diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-23 04:51:18 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-07-01 05:01:12 -0400 |
commit | 24e6289c029b0cf5b4f75e12c1b66000d441c9ed (patch) | |
tree | b9c71a12ac5bc07843436cbd8ca4230c5e9794c7 /include/video | |
parent | 56299378726d5f2ba8d3c8cbbd13cb280ba45e4f (diff) |
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/video')
-rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 892b97f8e15..bb397381eca 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -21,8 +21,6 @@ | |||
21 | #include <linux/list.h> | 21 | #include <linux/list.h> |
22 | #include <linux/kobject.h> | 22 | #include <linux/kobject.h> |
23 | #include <linux/device.h> | 23 | #include <linux/device.h> |
24 | #include <linux/platform_device.h> | ||
25 | #include <asm/atomic.h> | ||
26 | 24 | ||
27 | #define DISPC_IRQ_FRAMEDONE (1 << 0) | 25 | #define DISPC_IRQ_FRAMEDONE (1 << 0) |
28 | #define DISPC_IRQ_VSYNC (1 << 1) | 26 | #define DISPC_IRQ_VSYNC (1 << 1) |