Commit 421c9914 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

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

EXPORT_SYMBOL'ed code mustn't be __*init.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 799fa677
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment