diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-20 07:49:50 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-23 02:39:19 -0500 |
commit | f060f95365ce71acbf29ef5dac580ab067600f4c (patch) | |
tree | 66b5d83ea6c878151af0294af1ea26827335920c /include/linux/omapfb.h | |
parent | 8f5e35a7942afe70eb0ba0d8193801b7989ae03a (diff) |
OMAPFB: remove omapfb_set_platform_data()
omapfb_set_platform_data() is no longer used, so remove it.
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/omapfb.h b/include/linux/omapfb.h index 7a8e0ea345e..a575706a83c 100644 --- a/include/linux/omapfb.h +++ b/include/linux/omapfb.h | |||
@@ -226,9 +226,6 @@ struct omapfb_platform_data { | |||
226 | struct omap_lcd_config lcd; | 226 | struct omap_lcd_config lcd; |
227 | }; | 227 | }; |
228 | 228 | ||
229 | /* in arch/arm/plat-omap/fb.c */ | ||
230 | extern void omapfb_set_platform_data(struct omapfb_platform_data *data); | ||
231 | |||
232 | #endif | 229 | #endif |
233 | 230 | ||
234 | #endif /* __OMAPFB_H */ | 231 | #endif /* __OMAPFB_H */ |