Loading arch/arm/plat-omap/fb.c +0 −15 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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); Loading @@ -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 include/linux/omapfb.h +0 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading
arch/arm/plat-omap/fb.c +0 −15 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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); Loading @@ -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
include/linux/omapfb.h +0 −3 Original line number Diff line number Diff line Loading @@ -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 */