diff options
| -rw-r--r-- | arch/arm/plat-omap/fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 0054b9501a53..a727133683ea 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
| @@ -336,7 +336,7 @@ void omapfb_set_ctrl_platform_data(void *data) | |||
| 336 | omapfb_config.ctrl_platform_data = data; | 336 | omapfb_config.ctrl_platform_data = data; |
| 337 | } | 337 | } |
| 338 | 338 | ||
| 339 | static inline int omap_init_fb(void) | 339 | static int __init omap_init_fb(void) |
| 340 | { | 340 | { |
| 341 | const struct omap_lcd_config *conf; | 341 | const struct omap_lcd_config *conf; |
| 342 | 342 | ||
| @@ -381,7 +381,7 @@ void omapfb_set_platform_data(struct omapfb_platform_data *data) | |||
| 381 | omapfb_config = *data; | 381 | omapfb_config = *data; |
| 382 | } | 382 | } |
| 383 | 383 | ||
| 384 | static inline int omap_init_fb(void) | 384 | static int __init omap_init_fb(void) |
| 385 | { | 385 | { |
| 386 | return platform_device_register(&omap_fb_device); | 386 | return platform_device_register(&omap_fb_device); |
| 387 | } | 387 | } |
