diff options
Diffstat (limited to 'drivers/misc/ad525x_dpot-spi.c')
-rw-r--r-- | drivers/misc/ad525x_dpot-spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ad525x_dpot-spi.c b/drivers/misc/ad525x_dpot-spi.c index 240c59870e7d..9da04ede04f3 100644 --- a/drivers/misc/ad525x_dpot-spi.c +++ b/drivers/misc/ad525x_dpot-spi.c | |||
@@ -87,7 +87,7 @@ static int ad_dpot_spi_probe(struct spi_device *spi) | |||
87 | spi_get_device_id(spi)->name); | 87 | spi_get_device_id(spi)->name); |
88 | } | 88 | } |
89 | 89 | ||
90 | static int __devexit ad_dpot_spi_remove(struct spi_device *spi) | 90 | static int ad_dpot_spi_remove(struct spi_device *spi) |
91 | { | 91 | { |
92 | return ad_dpot_remove(&spi->dev); | 92 | return ad_dpot_remove(&spi->dev); |
93 | } | 93 | } |