diff options
Diffstat (limited to 'drivers/gpio/gpio-tb10x.c')
-rw-r--r-- | drivers/gpio/gpio-tb10x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tb10x.c b/drivers/gpio/gpio-tb10x.c index 62ab9f4b2cd3..46b89614aa91 100644 --- a/drivers/gpio/gpio-tb10x.c +++ b/drivers/gpio/gpio-tb10x.c | |||
@@ -283,7 +283,7 @@ fail_ioremap: | |||
283 | return ret; | 283 | return ret; |
284 | } | 284 | } |
285 | 285 | ||
286 | static int __exit tb10x_gpio_remove(struct platform_device *pdev) | 286 | static int tb10x_gpio_remove(struct platform_device *pdev) |
287 | { | 287 | { |
288 | struct tb10x_gpio *tb10x_gpio = platform_get_drvdata(pdev); | 288 | struct tb10x_gpio *tb10x_gpio = platform_get_drvdata(pdev); |
289 | 289 | ||