Skip to content

Commit

Permalink
[ATM] atm/suni.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 799fa67 commit 421c991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/atm/suni.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static const struct atmphy_ops suni_ops = {
};


int __devinit suni_init(struct atm_dev *dev)
int suni_init(struct atm_dev *dev)
{
unsigned char mri;

Expand Down

0 comments on commit 421c991

Please sign in to comment.