* Bryan Wu <bryan.wu@xxxxxxxxxxxxx> [101207 18:31]: > This patch will kill following section mismatch warnings: ... > --- a/arch/arm/mach-omap2/board-2430sdp.c > +++ b/arch/arm/mach-omap2/board-2430sdp.c > @@ -135,7 +135,7 @@ static inline void board_smc91x_init(void) > > #endif > > -static struct omap_board_config_kernel sdp2430_config[] = { > +static struct omap_board_config_kernel sdp2430_config[] __initdata = { > {OMAP_TAG_LCD, &sdp2430_lcd_config}, > }; > Thanks merging this. Note that the OMAP_TAG_LCD stuff should be replaced with just platform_data. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html