]> git.baikalelectronics.ru Git - kernel.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)
commit28895a1cda1a6eeb31f2408150ad9f6970ed06e5
treec9b5b9f687a71e39a18daabc162c9d2d5c0dd5f5
parentbbc3cb365999eb028198b125c3582f02586db521
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