On Thu, 2010-09-23 at 18:36 +0200, ext Tony Lindgren wrote:
> * Sanjeev Premi <[email protected]> [100816 08:24]:
> > This patch fixes miltiple section mismatch errors
> > observed with the latest master.
> 
> Few comments below.
>  
> > @@ -134,7 +134,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},
> >  };
> ...
>   
> Let's just get rid of omap_get_config stuff. The OMAP_TAG_LCD
> and OMAP_TAG_FBMEM are the last remaining legacy tags. They should
> be replaced with just platform_data. And while at it, it should
> be done for all the boards.
> 
> Tomi, do you see any problems with that?

OMAP_TAG_LCD and OMAP_TAG_FBMEM are used by the old omapfb driver.

I don't see any problem in changing them to platform data, except that
it's some work and somebody should do it =).

 Tomi


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to