diff options
author | Chas Williams <chas@cmf.nrl.navy.mil> | 2006-06-29 12:35:49 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 16:58:17 -0700 |
commit | d17f086550a6fdb13fe82371d60ebf80904c6f96 (patch) | |
tree | 161770a40009ca207942406d0b04979e73a26529 /drivers/atm/he.c | |
parent | 249c14b55c8576ad8c6ec23c7c1b3b2219b33e54 (diff) |
[ATM]: [suni] change suni_init to __devinit
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/he.c')
-rw-r--r-- | drivers/atm/he.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/he.c b/drivers/atm/he.c index fde9334059a..a486eb1f164 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c @@ -1018,7 +1018,7 @@ he_init_irq(struct he_dev *he_dev) return 0; } -static int __init +static int __devinit he_start(struct atm_dev *dev) { struct he_dev *he_dev; |