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

[ATM]: [idt77105] 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 b11d6213
...@@ -358,7 +358,7 @@ static const struct atmphy_ops idt77105_ops = { ...@@ -358,7 +358,7 @@ static const struct atmphy_ops idt77105_ops = {
}; };
int idt77105_init(struct atm_dev *dev) int __devinit idt77105_init(struct atm_dev *dev)
{ {
dev->phy = &idt77105_ops; dev->phy = &idt77105_ops;
return 0; return 0;
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
#define IDT77105_CTRSEL_RHEC 0x01 /* W, Rx HEC Error Counter */ #define IDT77105_CTRSEL_RHEC 0x01 /* W, Rx HEC Error Counter */
#ifdef __KERNEL__ #ifdef __KERNEL__
int idt77105_init(struct atm_dev *dev) __init; int idt77105_init(struct atm_dev *dev);
#endif #endif
/* /*
......
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