diff options
author | Chas Williams <chas@cmf.nrl.navy.mil> | 2006-06-29 12:35:02 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 16:58:12 -0700 |
commit | b47eb0eb9bb5fcee6394f0d9bde0b471f7329841 (patch) | |
tree | 6fc0514d48c77de6848570c9420609ab011c941c /drivers/atm/idt77105.h | |
parent | b11d6213529b33d81c21eeba97343e3b714e62e7 (diff) | |
download | talos-obmc-linux-b47eb0eb9bb5fcee6394f0d9bde0b471f7329841.tar.gz talos-obmc-linux-b47eb0eb9bb5fcee6394f0d9bde0b471f7329841.zip |
[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>
Diffstat (limited to 'drivers/atm/idt77105.h')
-rw-r--r-- | drivers/atm/idt77105.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/idt77105.h b/drivers/atm/idt77105.h index 8ba8218aaefe..3fd2bc899761 100644 --- a/drivers/atm/idt77105.h +++ b/drivers/atm/idt77105.h @@ -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 /* |