mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[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:
parent
b11d621352
commit
b47eb0eb9b
2 changed files with 2 additions and 2 deletions
|
@ -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 @@
|
||||||
#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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue