dect
/
linux-2.6
Archived
13
0
Fork 0

[ATM] atm/suni.c: Fix section mismatch.

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>
This commit is contained in:
Adrian Bunk 2008-01-20 17:23:12 -08:00 committed by David S. Miller
parent 799fa6779b
commit 421c991483
1 changed files with 1 additions and 1 deletions

View File

@ -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;