summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
diff options
context:
space:
mode:
authorPeter Ujfalusi2016-05-27 13:40:49 +0200
committerPeter Ujfalusi2016-06-03 15:06:37 +0200
commit32043da7dcf2af3510d0410b0cacfbcde95e5d26 (patch)
tree1b4912e32b9731f501b364bd61a79a96fad50612 /drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
parentomapdss: hdmi audio: Make header file independent of video/omapdss.h (diff)
downloadkernel-qcow2-linux-32043da7dcf2af3510d0410b0cacfbcde95e5d26.tar.gz
kernel-qcow2-linux-32043da7dcf2af3510d0410b0cacfbcde95e5d26.tar.xz
kernel-qcow2-linux-32043da7dcf2af3510d0410b0cacfbcde95e5d26.zip
drm/omap: Do not include video/omapdss.h directly in drivers
All drivers to include the omapdrm/dss/omapdss.h header file. This header includes the <video/omapdss.h> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/hdmi_pll.c')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/hdmi_pll.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi_pll.c b/drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
index 06e23a7c432c..ad624b3d09f3 100644
--- a/drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
+++ b/drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
@@ -17,8 +17,7 @@
#include <linux/platform_device.h>
#include <linux/clk.h>
-#include <video/omapdss.h>
-
+#include "omapdss.h"
#include "dss.h"
#include "hdmi.h"