]> bbs.cooldavid.org Git - net-next-2.6.git/commit
OMAP: OMAPFB: fix rfbi.c compile error
authorTomi Valkeinen <tomi.valkeinen@nokia.com>
Mon, 7 Jun 2010 07:46:10 +0000 (10:46 +0300)
committerTomi Valkeinen <tomi.valkeinen@nokia.com>
Tue, 15 Jun 2010 07:17:25 +0000 (10:17 +0300)
commitbc092a303a1b980c67324920471e23354b0721cd
treec9b5b9f687a71e39a18daabc162c9d2d5c0dd5f5
parent256a8042830e6ac1c3dd2e912e3c45769dd709cc
OMAP: OMAPFB: fix rfbi.c compile error

The code in rfbi.c tried to get the omapdss platform_device via a static
member defined in dispc.c, leading to a compile error. The same
platform_device is available through rfbi-struct.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
drivers/video/omap/rfbi.c