drm/bridge: dw-hdmi: Avoid including uapi headers
authorAndy Yan <andy.yan@rock-chips.com>
Fri, 11 Apr 2025 11:59:37 +0000 (19:59 +0800)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Wed, 16 Apr 2025 22:54:06 +0000 (01:54 +0300)
It is not recommended for drivers to include UAPI header
directly.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250411115941.318558-1-andyshrk@163.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c

index b1cdf806b3c4007dfef09c632fea354f7f6001b5..deaba3b6f99789067d14b76d228b58816a09b395 100644 (file)
@@ -22,8 +22,8 @@
 
 #include <media/cec-notifier.h>
 
-#include <uapi/linux/media-bus-format.h>
-#include <uapi/linux/videodev2.h>
+#include <linux/media-bus-format.h>
+#include <linux/videodev2.h>
 
 #include <drm/bridge/dw_hdmi.h>
 #include <drm/display/drm_hdmi_helper.h>