summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomi Valkeinen2011-05-23 10:51:18 +0200
committerTomi Valkeinen2011-07-01 11:01:12 +0200
commit24e6289c029b0cf5b4f75e12c1b66000d441c9ed (patch)
treeb9c71a12ac5bc07843436cbd8ca4230c5e9794c7 /include
parentLinux 3.0-rc4 (diff)
downloadkernel-qcow2-linux-24e6289c029b0cf5b4f75e12c1b66000d441c9ed.tar.gz
kernel-qcow2-linux-24e6289c029b0cf5b4f75e12c1b66000d441c9ed.tar.xz
kernel-qcow2-linux-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 'include')
-rw-r--r--include/video/omapdss.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 892b97f8e157..bb397381eca3 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -21,8 +21,6 @@
#include <linux/list.h>
#include <linux/kobject.h>
#include <linux/device.h>
-#include <linux/platform_device.h>
-#include <asm/atomic.h>
#define DISPC_IRQ_FRAMEDONE (1 << 0)
#define DISPC_IRQ_VSYNC (1 << 1)