提交 249c14b5 编写于 作者: C Chas Williams 提交者: David S. Miller

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

Signed-off-by: NChas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b47eb0eb
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册