Skip to content

Commit

Permalink
OMAPFB: remove omapfb_set_platform_data()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomi Valkeinen committed Feb 23, 2012
1 parent 8f5e35a commit f060f95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
15 changes: 0 additions & 15 deletions arch/arm/plat-omap/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -87,22 +83,11 @@ 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);
}

arch_initcall(omap_init_fb);

#else

void omapfb_set_platform_data(struct omapfb_platform_data *data)
{
}

#endif
3 changes: 0 additions & 3 deletions include/linux/omapfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit f060f95

Please sign in to comment.