summaryrefslogtreecommitdiff
path: root/include/linux/omapfb.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-20 12:23:58 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-02-23 09:39:10 +0200
commit6651b0ea9202541091f6c23ec8715122ea8cc1b0 (patch)
treeb7f5f5310e303870204ef1bbbf91afc1ad94484f /include/linux/omapfb.h
parent58e0d6ab02eb90e67720ef1c20ab606749a9ef29 (diff)
OAMPFB: remove unused omapfb_set_ctrl_platform_data()
omapfb_set_ctrl_platform_data() is no longer used, so it can be removed. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/omapfb.h')
-rw-r--r--include/linux/omapfb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/omapfb.h b/include/linux/omapfb.h
index c0b018790f07..85cad31ca3d9 100644
--- a/include/linux/omapfb.h
+++ b/include/linux/omapfb.h
@@ -250,12 +250,10 @@ struct omapfb_mem_desc {
struct omapfb_platform_data {
struct omap_lcd_config lcd;
struct omapfb_mem_desc mem_desc;
- void *ctrl_platform_data;
};
/* in arch/arm/plat-omap/fb.c */
extern void omapfb_set_platform_data(struct omapfb_platform_data *data);
-extern void omapfb_set_ctrl_platform_data(void *pdata);
extern void omapfb_reserve_sdram_memblock(void);
#endif