Commit 249c14b5 authored by Chas Williams's avatar Chas Williams Committed by David S. Miller

[ATM]: [iphase] should be __devinit not __init

Signed-off-by: default avatarChas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b47eb0eb
...@@ -2284,7 +2284,7 @@ static int reset_sar(struct atm_dev *dev) ...@@ -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; IADEV *iadev;
unsigned long real_base; unsigned long real_base;
...@@ -2480,7 +2480,7 @@ static void ia_free_rx(IADEV *iadev) ...@@ -2480,7 +2480,7 @@ static void ia_free_rx(IADEV *iadev)
iadev->rx_dle_dma); iadev->rx_dle_dma);
} }
static int __init ia_start(struct atm_dev *dev) static int __devinit ia_start(struct atm_dev *dev)
{ {
IADEV *iadev; IADEV *iadev;
int error; int error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment