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

2008-01-20 Thread David Miller
From: Sam Ravnborg <[EMAIL PROTECTED]> Date: Sat, 19 Jan 2008 14:29:04 +0100 > Acked-by: Sam Ravnborg <[EMAIL PROTECTED]> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

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

2008-01-20 Thread David Miller
From: Sam Ravnborg [EMAIL PROTECTED] Date: Sat, 19 Jan 2008 14:29:04 +0100 Acked-by: Sam Ravnborg [EMAIL PROTECTED] Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

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

2008-01-19 Thread Sam Ravnborg
On Sat, Jan 19, 2008 at 03:18:51PM +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/suni.c.old 2008-01-19 12:16:41.0 +0200 > +++

[2.6 patch] atm/suni.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/suni.c.old2008-01-19 12:16:41.0 +0200 +++ linux-2.6/drivers/atm/suni.c2008-01-19 12:17:23.0 +0200 @@ -275,35 +275,35 @@ static int suni_stop(struct

[2.6 patch] atm/suni.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/suni.c.old2008-01-19 12:16:41.0 +0200 +++ linux-2.6/drivers/atm/suni.c2008-01-19 12:17:23.0 +0200 @@ -275,35 +275,35 @@ static int suni_stop(struct

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

2008-01-19 Thread Sam Ravnborg
On Sat, Jan 19, 2008 at 03:18:51PM +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/suni.c.old 2008-01-19 12:16:41.0 +0200 +++