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-07-02 13:58:50 -07:00
2006-08-20 21:49:29 -04:00
2006-09-24 15:55:03 -07:00
2006-09-24 20:09:33 -07:00
2006-09-20 15:58:44 +02:00
2006-09-23 15:33:43 -05:00
2006-07-24 12:44:34 -07:00
2006-08-27 11:01:33 -07:00
2006-09-23 11:34:43 -07:00
2006-07-31 13:28:36 -07:00
2006-09-22 19:15:23 -04:00
2006-09-21 11:46:22 +10:00
2006-07-21 14:50:13 -07:00
2006-08-06 08:57:46 -07:00
2006-06-30 19:25:36 +02:00
2006-07-14 09:41:13 -05:00
2006-06-30 19:25:36 +02:00
2006-08-26 13:05:19 -07:00
2006-08-31 15:45:48 +10:00
2006-09-22 15:19:58 +10:00
2006-08-27 11:01:28 -07:00
2006-09-23 21:03:52 -05:00
2006-08-23 00:48:03 -04:00
2006-08-07 06:38:41 -04:00
2006-07-14 21:53:54 -07:00
2006-09-22 17:48:57 -07:00
2006-09-21 11:46:27 +10:00
2006-09-10 13:46:01 -03:00
2006-08-27 22:30:11 -05:00
2006-07-11 22:54:15 +01:00
2006-07-02 13:58:50 -07:00
2006-09-07 16:01:30 +01:00
2006-09-23 16:20:48 +01:00
2006-09-24 10:15:13 -07:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:52 -07:00
2006-07-02 13:58:50 -07:00
2006-09-24 01:52:47 -04:00
2006-07-31 13:28:41 -07:00
2006-08-06 08:57:49 -07:00
2006-06-30 19:25:36 +02:00
2006-08-27 11:01:28 -07:00
2006-09-23 18:01:46 -05:00
2006-09-18 01:47:13 -07:00
2006-09-24 15:55:03 -07:00
2006-09-22 12:48:03 -07:00
2006-07-02 13:58:50 -07:00
2006-07-03 15:27:09 -07:00
2006-07-02 13:58:50 -07: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-06-30 19:25:36 +02:00
2006-08-10 07:31:37 -04:00
2006-08-10 07:31:37 -04:00