dect
/
linux-2.6
Archived
13
0
Fork 0

[ATM]: [idt77105] 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:02 -07:00 committed by David S. Miller
parent b11d621352
commit b47eb0eb9b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -76,7 +76,7 @@
#define IDT77105_CTRSEL_RHEC 0x01 /* W, Rx HEC Error Counter */
#ifdef __KERNEL__
int idt77105_init(struct atm_dev *dev) __init;
int idt77105_init(struct atm_dev *dev);
#endif
/*