Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 into fbdev-fixes...
[pandora-kernel.git] / arch / arm / mach-omap1 / board-fsample.c
index 0efb9db..87f173d 100644 (file)
@@ -287,11 +287,11 @@ static struct platform_device *devices[] __initdata = {
        &lcd_device,
 };
 
-static struct omap_lcd_config fsample_lcd_config __initdata = {
+static struct omap_lcd_config fsample_lcd_config = {
        .ctrl_name      = "internal",
 };
 
-static struct omap_board_config_kernel fsample_config[] = {
+static struct omap_board_config_kernel fsample_config[] __initdata = {
        { OMAP_TAG_LCD,         &fsample_lcd_config },
 };