commit | bc092a303a1b980c67324920471e23354b0721cd | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | Mon Jun 07 10:46:10 2010 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | Tue Jun 15 10:17:25 2010 +0300 |
tree | c9b5b9f687a71e39a18daabc162c9d2d5c0dd5f5 | |
parent | 256a8042830e6ac1c3dd2e912e3c45769dd709cc [diff] |
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>