section mismatches fixed:

* sanitize modelist used preferred_mode which was __initdata and shouldn't have been
* init_wdog only runs once and accesses __initdata, so it's been made __init
This commit is contained in:
Matt Sealey
2010-12-03 08:17:17 -06:00
parent 335dac8153
commit eff536cdc3
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
u8 edid[256];
struct fb_videomode __initdata preferred_mode;
struct fb_videomode preferred_mode;
static struct mxc_iomux_pin_cfg __initdata mx51_efikamx_display_iomux_pins[] = {
/* display reset pin */

View File

@@ -82,7 +82,7 @@ static struct mxc_iomux_pin_cfg __initdata mx51_efikamx_wdog1_iomux_pins[] = {
},
};
void mx51_efikamx_init_wdog(void)
__init void mx51_efikamx_init_wdog(void)
{
/* Watchdog */