Commit f060f953 authored by Tomi Valkeinen's avatar Tomi Valkeinen

OMAPFB: remove omapfb_set_platform_data()

omapfb_set_platform_data() is no longer used, so remove it.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
parent 8f5e35a7
......@@ -52,10 +52,6 @@ static struct platform_device omap_fb_device = {
.num_resources = 0,
};
void omapfb_set_platform_data(struct omapfb_platform_data *data)
{
}
static int __init omap_init_fb(void)
{
const struct omap_lcd_config *conf;
......@@ -87,11 +83,6 @@ static struct platform_device omap_fb_device = {
.num_resources = 0,
};
void omapfb_set_platform_data(struct omapfb_platform_data *data)
{
omapfb_config = *data;
}
static int __init omap_init_fb(void)
{
return platform_device_register(&omap_fb_device);
......@@ -99,10 +90,4 @@ static int __init omap_init_fb(void)
arch_initcall(omap_init_fb);
#else
void omapfb_set_platform_data(struct omapfb_platform_data *data)
{
}
#endif
......@@ -226,9 +226,6 @@ struct omapfb_platform_data {
struct omap_lcd_config lcd;
};
/* in arch/arm/plat-omap/fb.c */
extern void omapfb_set_platform_data(struct omapfb_platform_data *data);
#endif
#endif /* __OMAPFB_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment