git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
256a804
)
OMAP: OMAPFB: fix rfbi.c compile error
author
Tomi Valkeinen
<tomi.valkeinen@nokia.com>
Mon, 7 Jun 2010 07:46:10 +0000
(10:46 +0300)
committer
Tomi 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