kernel/drivers/gpu/drm/sti/sti_hdmi.h
.. .. @@ -10,9 +10,11 @@ 10 10 #include <linux/hdmi.h> 11 11 #include <linux/platform_device.h> 12 12 13 -#include <drm/drmP.h>14 13 #include <media/cec-notifier.h> 15 14 15 +#include <drm/drm_modes.h>16 +#include <drm/drm_property.h>17 +16 18 #define HDMI_STA 0x0010 17 19 #define HDMI_STA_DLL_LCK BIT(5) 18 20 #define HDMI_STA_HOT_PLUG BIT(4)