diff options
Diffstat (limited to 'drivers/gpio/max7301.c')
-rw-r--r-- | drivers/gpio/max7301.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/max7301.c b/drivers/gpio/max7301.c index 3e7f4e06386e..7b82eaae2621 100644 --- a/drivers/gpio/max7301.c +++ b/drivers/gpio/max7301.c | |||
@@ -287,7 +287,7 @@ exit_destroy: | |||
287 | return ret; | 287 | return ret; |
288 | } | 288 | } |
289 | 289 | ||
290 | static int max7301_remove(struct spi_device *spi) | 290 | static int __devexit max7301_remove(struct spi_device *spi) |
291 | { | 291 | { |
292 | struct max7301 *ts; | 292 | struct max7301 *ts; |
293 | int ret; | 293 | int ret; |