diff options
Diffstat (limited to 'drivers/mtd/devices/sst25l.c')
-rw-r--r-- | drivers/mtd/devices/sst25l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/sst25l.c b/drivers/mtd/devices/sst25l.c index ab8a2f4c8d60..9ebf86d8faa8 100644 --- a/drivers/mtd/devices/sst25l.c +++ b/drivers/mtd/devices/sst25l.c | |||
@@ -428,7 +428,7 @@ static struct spi_driver sst25l_driver = { | |||
428 | .owner = THIS_MODULE, | 428 | .owner = THIS_MODULE, |
429 | }, | 429 | }, |
430 | .probe = sst25l_probe, | 430 | .probe = sst25l_probe, |
431 | .remove = __devexit_p(sst25l_remove), | 431 | .remove = sst25l_remove, |
432 | }; | 432 | }; |
433 | 433 | ||
434 | module_spi_driver(sst25l_driver); | 434 | module_spi_driver(sst25l_driver); |