dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Chas Williams 2006-06-29 12:35:32 -07:00 committed by David S. Miller
parent b47eb0eb9b
commit 249c14b55c
1 changed files with 2 additions and 2 deletions

View File

@ -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;