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

[ATM]: [suni] change suni_init to __devinit

Signed-off-by: NChas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 249c14b5
......@@ -1018,7 +1018,7 @@ he_init_irq(struct he_dev *he_dev)
return 0;
}
static int __init
static int __devinit
he_start(struct atm_dev *dev)
{
struct he_dev *he_dev;
......
......@@ -289,7 +289,7 @@ static const struct atmphy_ops suni_ops = {
};
int suni_init(struct atm_dev *dev)
int __devinit suni_init(struct atm_dev *dev)
{
unsigned char mri;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册