summaryrefslogtreecommitdiff
path: root/drivers/atm/idt77105.c
diff options
context:
space:
mode:
authorChas Williams <chas@cmf.nrl.navy.mil>2006-06-29 12:35:02 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-29 16:58:12 -0700
commitb47eb0eb9bb5fcee6394f0d9bde0b471f7329841 (patch)
tree6fc0514d48c77de6848570c9420609ab011c941c /drivers/atm/idt77105.c
parentb11d6213529b33d81c21eeba97343e3b714e62e7 (diff)
[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.c')
-rw-r--r--drivers/atm/idt77105.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/idt77105.c b/drivers/atm/idt77105.c
index 0aabfc2a59d..325325afabe 100644
--- a/drivers/atm/idt77105.c
+++ b/drivers/atm/idt77105.c
@@ -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;