aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-05-23 11:51:18 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-07-01 12:01:12 +0300
commit24e6289c029b0cf5b4f75e12c1b66000d441c9ed (patch)
treeb9c71a12ac5bc07843436cbd8ca4230c5e9794c7 /drivers/video/omap2/dss/dss.c
parentLinux 3.0-rc4 (diff)
downloadlinux-dev-24e6289c029b0cf5b4f75e12c1b66000d441c9ed.tar.xz
linux-dev-24e6289c029b0cf5b4f75e12c1b66000d441c9ed.zip
OMAP: DSS2: remove extra includes from include/video/omapdss.h
omapdss.h included platform_device.h and atomic.h, neither of which is needed by omapdss.h. Remove those includes from omapdss.h, and fix the affected .c files which did not include platform_device.h even though they should. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.c')
-rw-r--r--drivers/video/omap2/dss/dss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/dss.c
index d9489d5c4f08..d0b3f81b3724 100644
--- a/drivers/video/omap2/dss/dss.c
+++ b/drivers/video/omap2/dss/dss.c
@@ -28,6 +28,7 @@
#include <linux/delay.h>
#include <linux/seq_file.h>
#include <linux/clk.h>
+#include <linux/platform_device.h>
#include <video/omapdss.h>
#include <plat/clock.h>