diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-20 05:23:58 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-23 02:39:10 -0500 |
commit | 6651b0ea9202541091f6c23ec8715122ea8cc1b0 (patch) | |
tree | b7f5f5310e303870204ef1bbbf91afc1ad94484f /arch | |
parent | 58e0d6ab02eb90e67720ef1c20ab606749a9ef29 (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 'arch')
-rw-r--r-- | arch/arm/plat-omap/fb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 15d4d1657b17..a05ab5673556 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -175,11 +175,6 @@ void __init omapfb_reserve_sdram_memblock(void) | |||
175 | reserved); | 175 | reserved); |
176 | } | 176 | } |
177 | 177 | ||
178 | void omapfb_set_ctrl_platform_data(void *data) | ||
179 | { | ||
180 | omapfb_config.ctrl_platform_data = data; | ||
181 | } | ||
182 | |||
183 | static int __init omap_init_fb(void) | 178 | static int __init omap_init_fb(void) |
184 | { | 179 | { |
185 | const struct omap_lcd_config *conf; | 180 | const struct omap_lcd_config *conf; |