Roland Dreier 5b7c714ec2 [ATM] he: Fix __init/__devinit conflict
he_init_one() is declared __devinit, but calls lots of init functions
that are marked __init.  However, if CONFIG_HOTPLUG is enabled,
__devinit functions go into normal .text, which leads to

    WARNING: drivers/atm/he.o - Section mismatch: reference to .init.text: from .text between 'he_start' (at offset 0x2130) and 'he_service_tbrq'

Fix this by changing the __init functions to __devinit.

Signed-off-by: Roland Dreier <roland@digitalvampire.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-24 20:09:33 -07:00
..
2006-09-24 15:55:03 -07:00
2006-09-20 15:58:44 +02:00
2006-09-23 15:33:43 -05:00
2006-08-31 15:45:48 +10:00
2006-09-23 21:03:52 -05:00
2006-08-07 06:38:41 -04:00
2006-07-14 21:53:54 -07:00
2006-09-24 01:52:47 -04:00
2006-09-22 17:48:57 -07:00
2006-09-23 11:34:43 -07:00
2006-07-12 15:38:28 -07:00
2006-08-10 07:31:37 -04:00
2006-08-10 07:31:37 -04:00