Files
linux/drivers
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
..
2012-10-15 14:45:51 -04:00
2012-11-13 22:27:19 +01:00
2012-10-24 16:58:53 +02:00
2012-10-17 15:53:03 -05:00
2012-11-16 14:33:04 -08:00
2012-10-16 18:07:12 -07:00