Re: [PATCH] atm: fix horizon init section usage

2006-10-24 Thread David Miller
From: Randy.Dunlap [EMAIL PROTECTED] Date: Mon, 23 Oct 2006 09:31:50 -0700 FYI: read_bia() also needs to be changed from __init to __devinit since it's called from hrz_init(). Thanks Randy, I've fixed this up in my tree too. - To unsubscribe from this list: send the line unsubscribe netdev in

Re: [PATCH] atm: fix horizon init section usage

2006-10-23 Thread Randy.Dunlap
David Miller wrote: From: Randy.Dunlap [EMAIL PROTECTED] Date: Sun, 22 Oct 2006 21:32:20 -0700 David Miller wrote: From: Randy Dunlap [EMAIL PROTECTED] Date: Sun, 22 Oct 2006 19:13:09 -0700 From: Randy Dunlap [EMAIL PROTECTED] hrz_init() is called from the probe function, which is

Re: [PATCH] atm: fix horizon init section usage

2006-10-22 Thread David Miller
From: Randy Dunlap [EMAIL PROTECTED] Date: Sun, 22 Oct 2006 19:13:09 -0700 From: Randy Dunlap [EMAIL PROTECTED] hrz_init() is called from the probe function, which is __devinit and could be called after init. WARNING: drivers/atm/horizon.o - Section mismatch: reference to

Re: [PATCH] atm: fix horizon init section usage

2006-10-22 Thread Randy.Dunlap
David Miller wrote: From: Randy Dunlap [EMAIL PROTECTED] Date: Sun, 22 Oct 2006 19:13:09 -0700 From: Randy Dunlap [EMAIL PROTECTED] hrz_init() is called from the probe function, which is __devinit and could be called after init. WARNING: drivers/atm/horizon.o - Section mismatch: reference to

Re: [PATCH] atm: fix horizon init section usage

2006-10-22 Thread David Miller
From: Randy.Dunlap [EMAIL PROTECTED] Date: Sun, 22 Oct 2006 21:32:20 -0700 David Miller wrote: From: Randy Dunlap [EMAIL PROTECTED] Date: Sun, 22 Oct 2006 19:13:09 -0700 From: Randy Dunlap [EMAIL PROTECTED] hrz_init() is called from the probe function, which is __devinit and could