OSDN Git Service

OMAP: DSS2: remove extra includes from include/video/omapdss.h
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 23 May 2011 08:51:18 +0000 (11:51 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 1 Jul 2011 09:01:12 +0000 (12:01 +0300)
commit24e6289c029b0cf5b4f75e12c1b66000d441c9ed
treeb9c71a12ac5bc07843436cbd8ca4230c5e9794c7
parent56299378726d5f2ba8d3c8cbbd13cb280ba45e4f
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>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dss.c
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/rfbi.c
include/video/omapdss.h