Skip to content

Commit

Permalink
[ATM] atm/idt77105.c: Fix section mismatch.
Browse files Browse the repository at this point in the history
EXPORT_SYMBOL'ed code mustn't be __*init.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jan 21, 2008
1 parent 61e44b4 commit 799fa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/atm/idt77105.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static const struct atmphy_ops idt77105_ops = {
};


int __devinit idt77105_init(struct atm_dev *dev)
int idt77105_init(struct atm_dev *dev)
{
dev->phy = &idt77105_ops;
return 0;
Expand Down

0 comments on commit 799fa67

Please sign in to comment.