|
@@ -175,7 +175,7 @@ static struct omap_usb_config ams_delta_usb_config __initdata = {
|
|
|
.pins[0] = 2,
|
|
|
};
|
|
|
|
|
|
-static struct omap_board_config_kernel ams_delta_config[] = {
|
|
|
+static struct omap_board_config_kernel ams_delta_config[] __initdata = {
|
|
|
{ OMAP_TAG_LCD, &ams_delta_lcd_config },
|
|
|
};
|
|
|
|
|
@@ -259,7 +259,7 @@ static int ams_delta_camera_power(struct device *dev, int power)
|
|
|
#define ams_delta_camera_power NULL
|
|
|
#endif
|
|
|
|
|
|
-static struct soc_camera_link ams_delta_iclink __initdata = {
|
|
|
+static struct soc_camera_link ams_delta_iclink = {
|
|
|
.bus_id = 0, /* OMAP1 SoC camera bus */
|
|
|
.i2c_adapter_id = 1,
|
|
|
.board_info = &ams_delta_camera_board_info[0],
|