diff mbox

[20/38] move spidev_remove to .devexit.text

Message ID 1259096853-18909-20-git-send-email-u.kleine-koenig@pengutronix.de (mailing list archive)
State Superseded
Headers show

Commit Message

Uwe Kleine-König Nov. 24, 2009, 9:07 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index 5d23983..5471bfc 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -610,7 +610,7 @@  static int spidev_probe(struct spi_device *spi)
 	return status;
 }
 
-static int spidev_remove(struct spi_device *spi)
+static int __devexit spidev_remove(struct spi_device *spi)
 {
 	struct spidev_data	*spidev = spi_get_drvdata(spi);