diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-16 14:18:07 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-01-11 14:33:09 +0300 |
commit | f778a12dd33200513596a0d4d3ba4d5f09e79c09 (patch) | |
tree | 91fbb2cb9e9031fc41e4e649a1a72cec154cb432 /drivers/video/omap/omapfb.h | |
parent | fc248a497d83f5aba9d46d7ff114c070fb2a2fa2 (diff) | |
download | linux-f778a12dd33200513596a0d4d3ba4d5f09e79c09.tar.xz |
OMAP: OMAPFB: fix clk_get for RFBI
omapfb platform device was still used to get clocks inside rfbi.c
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Tested-by: Sergey Lapin <slapin@ossfans.org>
Diffstat (limited to 'drivers/video/omap/omapfb.h')
-rw-r--r-- | drivers/video/omap/omapfb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap/omapfb.h b/drivers/video/omap/omapfb.h index 46e4714014e8..af3c9e571ec3 100644 --- a/drivers/video/omap/omapfb.h +++ b/drivers/video/omap/omapfb.h @@ -203,6 +203,8 @@ struct omapfb_device { struct omapfb_mem_desc mem_desc; struct fb_info *fb_info[OMAPFB_PLANE_NUM]; + + struct platform_device *dssdev; /* dummy dev for clocks */ }; #ifdef CONFIG_ARCH_OMAP1 |