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)
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>

No differences found