aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2016-05-27 14:40:49 +0300
committerPeter Ujfalusi <peter.ujfalusi@ti.com>2016-06-03 16:06:37 +0300
commit32043da7dcf2af3510d0410b0cacfbcde95e5d26 (patch)
tree1b4912e32b9731f501b364bd61a79a96fad50612 /drivers/gpu/drm/omapdrm/omap_drv.h
parentomapdss: hdmi audio: Make header file independent of video/omapdss.h (diff)
downloadlinux-dev-32043da7dcf2af3510d0410b0cacfbcde95e5d26.tar.xz
linux-dev-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/omap_drv.h')
-rw-r--r--drivers/gpu/drm/omapdrm/omap_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h
index 3f823c368912..38786886d30e 100644
--- a/drivers/gpu/drm/omapdrm/omap_drv.h
+++ b/drivers/gpu/drm/omapdrm/omap_drv.h
@@ -24,7 +24,6 @@
#include <linux/platform_data/omap_drm.h>
#include <linux/types.h>
#include <linux/wait.h>
-#include <video/omapdss.h>
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>