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

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

parent b11d6213
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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

/*