mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-11-28 10:01:50 +00:00
[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:
parent
b47eb0eb9b
commit
249c14b55c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user