aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/net/adm5120sw.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-24 18:08:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-24 18:08:03 +0000
commit3d65d0291c0b55b44fd9fa1c54ae01938ced9191 (patch)
tree1b68344918d589f5bdb5dff804d6d00fe50833cb /target/linux/adm5120/files/drivers/net/adm5120sw.c
parent26e9830eace3ecf2bf43b84c5e4cf5aaec44125d (diff)
downloadupstream-3d65d0291c0b55b44fd9fa1c54ae01938ced9191.tar.gz
upstream-3d65d0291c0b55b44fd9fa1c54ae01938ced9191.tar.bz2
upstream-3d65d0291c0b55b44fd9fa1c54ae01938ced9191.zip
adm5120: remove __dev{init,exit} annotations
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35768
Diffstat (limited to 'target/linux/adm5120/files/drivers/net/adm5120sw.c')
-rw-r--r--target/linux/adm5120/files/drivers/net/adm5120sw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/files/drivers/net/adm5120sw.c b/target/linux/adm5120/files/drivers/net/adm5120sw.c
index d80a6a3a13..7fbabb00e4 100644
--- a/target/linux/adm5120/files/drivers/net/adm5120sw.c
+++ b/target/linux/adm5120/files/drivers/net/adm5120sw.c
@@ -1083,7 +1083,7 @@ static void adm5120_switch_cleanup(void)
adm5120_switch_rx_ring_free();
}
-static int __devinit adm5120_switch_probe(struct platform_device *pdev)
+static int adm5120_switch_probe(struct platform_device *pdev)
{
u32 t;
int i, err;