diff options
author | Chas Williams <chas@cmf.nrl.navy.mil> | 2006-06-29 23:35:32 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-30 03:58:14 +0400 |
commit | 249c14b55c8576ad8c6ec23c7c1b3b2219b33e54 (patch) | |
tree | 2c5a38cfe4410e2a19b6c6e5a42169ac687a5728 /drivers/atm | |
parent | b47eb0eb9bb5fcee6394f0d9bde0b471f7329841 (diff) | |
download | linux-249c14b55c8576ad8c6ec23c7c1b3b2219b33e54.tar.xz |
[ATM]: [iphase] should be __devinit not __init
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/iphase.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index 2e2e50e1167a..333a7bc609d2 100644 --- a/drivers/atm/iphase.c +++ b/drivers/atm/iphase.c @@ -2284,7 +2284,7 @@ static int reset_sar(struct atm_dev *dev) } -static int __init ia_init(struct atm_dev *dev) +static int __devinit ia_init(struct atm_dev *dev) { IADEV *iadev; unsigned long real_base; @@ -2480,7 +2480,7 @@ static void ia_free_rx(IADEV *iadev) iadev->rx_dle_dma); } -static int __init ia_start(struct atm_dev *dev) +static int __devinit ia_start(struct atm_dev *dev) { IADEV *iadev; int error; |