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
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 __devinit
and could be called after init.

WARNING: drivers/atm/horizon.o - Section mismatch: reference to 
.init.text:.hrz_init from .text between '.hrz_probe' (at offset 0x4054) and 
'.hrz_remove_one'

Signed-off-by: Randy Dunlap [EMAIL PROTECTED]

It is only called from hrz_init() and thus shouldn't it be
thus marked __devinit as well?  That seems to be the right
way to fix this one.

Oops, I agree.  Want me to send another patch?


No need, I'll take care of it, thanks Randy.


David,

FYI:  read_bia() also needs to be changed from __init to __devinit
since it's called from hrz_init().

--
~Randy
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 
 .init.text:.hrz_init from .text between '.hrz_probe' (at offset 0x4054) and 
 '.hrz_remove_one'
 
 Signed-off-by: Randy Dunlap [EMAIL PROTECTED]

It is only called from hrz_init() and thus shouldn't it be
thus marked __devinit as well?  That seems to be the right
way to fix this one.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 
.init.text:.hrz_init from .text between '.hrz_probe' (at offset 0x4054) and 
'.hrz_remove_one'

Signed-off-by: Randy Dunlap [EMAIL PROTECTED]


It is only called from hrz_init() and thus shouldn't it be
thus marked __devinit as well?  That seems to be the right
way to fix this one.


Oops, I agree.  Want me to send another patch?

--
~Randy
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 be called after init.
 
  WARNING: drivers/atm/horizon.o - Section mismatch: reference to 
  .init.text:.hrz_init from .text between '.hrz_probe' (at offset 0x4054) 
  and '.hrz_remove_one'
 
  Signed-off-by: Randy Dunlap [EMAIL PROTECTED]
  
  It is only called from hrz_init() and thus shouldn't it be
  thus marked __devinit as well?  That seems to be the right
  way to fix this one.
 
 Oops, I agree.  Want me to send another patch?

No need, I'll take care of it, thanks Randy.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html