From: Tomi Valkeinen Date: Mon, 7 Jun 2010 07:46:10 +0000 (+0300) Subject: OMAP: OMAPFB: fix rfbi.c compile error X-Git-Tag: v2.6.35-rc4~65^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc092a303a1b980c67324920471e23354b0721cd;p=pandora-kernel.git 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 --- Reading git-diff-tree failed