Re: [2.6 patch] atm/idt77105.c: fix section mismatch

2008-01-20 Thread David Miller
From: Sam Ravnborg <[EMAIL PROTECTED]> Date: Sat, 19 Jan 2008 14:28:52 +0100 > On Sat, Jan 19, 2008 at 03:18:49PM +0200, Adrian Bunk wrote: > > EXPORT_SYMBOL'ed code mustn't be __*init. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > Acked-by: Sam Ravnborg <[EMAIL PROTECTED]> Applied.

Re: [2.6 patch] atm/idt77105.c: fix section mismatch

2008-01-20 Thread Roel Kluin
Adrian Bunk wrote: > EXPORT_SYMBOL'ed code mustn't be __*init. > Is it correct that the cases below are section mismatches as well? If required I'll send separate patches to the respective maintainers & lists. __init arch/arm/mach-imx/generic.c:330:EXPORT_SYMBOL(set_imx_fb_info); __devinit

Re: [2.6 patch] atm/idt77105.c: fix section mismatch

2008-01-20 Thread Roel Kluin
Adrian Bunk wrote: EXPORT_SYMBOL'ed code mustn't be __*init. Is it correct that the cases below are section mismatches as well? If required I'll send separate patches to the respective maintainers lists. __init arch/arm/mach-imx/generic.c:330:EXPORT_SYMBOL(set_imx_fb_info); __devinit

Re: [2.6 patch] atm/idt77105.c: fix section mismatch

2008-01-20 Thread David Miller
From: Sam Ravnborg [EMAIL PROTECTED] Date: Sat, 19 Jan 2008 14:28:52 +0100 On Sat, Jan 19, 2008 at 03:18:49PM +0200, Adrian Bunk wrote: EXPORT_SYMBOL'ed code mustn't be __*init. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Sam Ravnborg [EMAIL PROTECTED] Applied. -- To

Re: [2.6 patch] atm/idt77105.c: fix section mismatch

2008-01-19 Thread Sam Ravnborg
On Sat, Jan 19, 2008 at 03:18:49PM +0200, Adrian Bunk wrote: > EXPORT_SYMBOL'ed code mustn't be __*init. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Sam Ravnborg <[EMAIL PROTECTED]> > > --- > --- linux-2.6/drivers/atm/idt77105.c.old 2008-01-19 11:19:53.0 > +0200 >

[2.6 patch] atm/idt77105.c: fix section mismatch

2008-01-19 Thread Adrian Bunk
EXPORT_SYMBOL'ed code mustn't be __*init. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- --- linux-2.6/drivers/atm/idt77105.c.old2008-01-19 11:19:53.0 +0200 +++ linux-2.6/drivers/atm/idt77105.c2008-01-19 11:20:10.0 +0200 @@ -354,13 +354,13 @@ static const struct

[2.6 patch] atm/idt77105.c: fix section mismatch

2008-01-19 Thread Adrian Bunk
EXPORT_SYMBOL'ed code mustn't be __*init. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- --- linux-2.6/drivers/atm/idt77105.c.old2008-01-19 11:19:53.0 +0200 +++ linux-2.6/drivers/atm/idt77105.c2008-01-19 11:20:10.0 +0200 @@ -354,13 +354,13 @@ static const struct

Re: [2.6 patch] atm/idt77105.c: fix section mismatch

2008-01-19 Thread Sam Ravnborg
On Sat, Jan 19, 2008 at 03:18:49PM +0200, Adrian Bunk wrote: EXPORT_SYMBOL'ed code mustn't be __*init. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Sam Ravnborg [EMAIL PROTECTED] --- --- linux-2.6/drivers/atm/idt77105.c.old 2008-01-19 11:19:53.0 +0200 +++