linux/drivers/net/ethernet/marvell
Thomas Petazzoni 70eeaf9845 net: mvneta: fix section mismatch warning caused by mvneta_deinit()
mvneta_deinit() can be called from the ->probe() hook in the error
path, so it shouldn't be marked as __devexit. It fixes the following
section mismatch warning:

WARNING: vmlinux.o(.devinit.text+0x239c): Section mismatch in reference
from the function mvneta_probe() to the function .devexit.text:mvneta_deinit()
The function __devinit mvneta_probe() references
a function __devexit mvneta_deinit().

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-11-20 23:14:34 +01:00
..
Kconfig net: mvneta: driver for Marvell Armada 370/XP network unit 2012-11-16 10:21:26 +01:00
Makefile net: mvneta: driver for Marvell Armada 370/XP network unit 2012-11-16 10:21:26 +01:00
mv643xx_eth.c net: remove skb recycling 2012-10-07 00:40:54 -04:00
mvmdio.c net: mvmdio: adjust multiline comment to net/ style 2012-11-20 23:11:38 +01:00
mvneta.c net: mvneta: fix section mismatch warning caused by mvneta_deinit() 2012-11-20 23:14:34 +01:00
pxa168_eth.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
skge.c drivers/net: use tasklet_kill in device remove/close process 2012-11-03 15:10:15 -04:00
skge.h
sky2.c drivers/net/ethernet/marvell/sky2.c: fix error return code 2012-10-07 14:37:12 -04:00
sky2.h sky2: Added support for Optima EEE 2012-07-09 00:05:40 -07:00