|
@@ -336,7 +336,7 @@ void omapfb_set_ctrl_platform_data(void *data)
|
|
|
omapfb_config.ctrl_platform_data = data;
|
|
|
}
|
|
|
|
|
|
-static inline int omap_init_fb(void)
|
|
|
+static int __init omap_init_fb(void)
|
|
|
{
|
|
|
const struct omap_lcd_config *conf;
|
|
|
|
|
@@ -381,7 +381,7 @@ void omapfb_set_platform_data(struct omapfb_platform_data *data)
|
|
|
omapfb_config = *data;
|
|
|
}
|
|
|
|
|
|
-static inline int omap_init_fb(void)
|
|
|
+static int __init omap_init_fb(void)
|
|
|
{
|
|
|
return platform_device_register(&omap_fb_device);
|
|
|
}
|