diff options
-rw-r--r-- | drivers/gpio/74x164.c | 2 | ||||
-rw-r--r-- | drivers/gpio/mc33880.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/74x164.c b/drivers/gpio/74x164.c index d91ff4c282e9..84e070219839 100644 --- a/drivers/gpio/74x164.c +++ b/drivers/gpio/74x164.c | |||
@@ -133,7 +133,7 @@ exit_destroy: | |||
133 | return ret; | 133 | return ret; |
134 | } | 134 | } |
135 | 135 | ||
136 | static int gen_74x164_remove(struct spi_device *spi) | 136 | static int __devexit gen_74x164_remove(struct spi_device *spi) |
137 | { | 137 | { |
138 | struct gen_74x164_chip *chip; | 138 | struct gen_74x164_chip *chip; |
139 | int ret; | 139 | int ret; |
diff --git a/drivers/gpio/mc33880.c b/drivers/gpio/mc33880.c index 935479da6705..00f6d24c669d 100644 --- a/drivers/gpio/mc33880.c +++ b/drivers/gpio/mc33880.c | |||
@@ -146,7 +146,7 @@ exit_destroy: | |||
146 | return ret; | 146 | return ret; |
147 | } | 147 | } |
148 | 148 | ||
149 | static int mc33880_remove(struct spi_device *spi) | 149 | static int __devexit mc33880_remove(struct spi_device *spi) |
150 | { | 150 | { |
151 | struct mc33880 *mc; | 151 | struct mc33880 *mc; |
152 | int ret; | 152 | int ret; |