diff options
Diffstat (limited to 'drivers/gpio/gpio-msm-v2.c')
| -rw-r--r-- | drivers/gpio/gpio-msm-v2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-msm-v2.c b/drivers/gpio/gpio-msm-v2.c index 38305beb4375..55a7e7769af6 100644 --- a/drivers/gpio/gpio-msm-v2.c +++ b/drivers/gpio/gpio-msm-v2.c | |||
| @@ -352,7 +352,7 @@ static struct irq_chip msm_gpio_irq_chip = { | |||
| 352 | .irq_set_wake = msm_gpio_irq_set_wake, | 352 | .irq_set_wake = msm_gpio_irq_set_wake, |
| 353 | }; | 353 | }; |
| 354 | 354 | ||
| 355 | static int __devinit msm_gpio_probe(struct platform_device *dev) | 355 | static int msm_gpio_probe(struct platform_device *dev) |
| 356 | { | 356 | { |
| 357 | int i, irq, ret; | 357 | int i, irq, ret; |
| 358 | 358 | ||
| @@ -376,7 +376,7 @@ static int __devinit msm_gpio_probe(struct platform_device *dev) | |||
| 376 | return 0; | 376 | return 0; |
| 377 | } | 377 | } |
| 378 | 378 | ||
| 379 | static int __devexit msm_gpio_remove(struct platform_device *dev) | 379 | static int msm_gpio_remove(struct platform_device *dev) |
| 380 | { | 380 | { |
| 381 | int ret = gpiochip_remove(&msm_gpio.gpio_chip); | 381 | int ret = gpiochip_remove(&msm_gpio.gpio_chip); |
| 382 | 382 | ||
| @@ -390,7 +390,7 @@ static int __devexit msm_gpio_remove(struct platform_device *dev) | |||
| 390 | 390 | ||
| 391 | static struct platform_driver msm_gpio_driver = { | 391 | static struct platform_driver msm_gpio_driver = { |
| 392 | .probe = msm_gpio_probe, | 392 | .probe = msm_gpio_probe, |
| 393 | .remove = __devexit_p(msm_gpio_remove), | 393 | .remove = msm_gpio_remove, |
| 394 | .driver = { | 394 | .driver = { |
| 395 | .name = "msmgpio", | 395 | .name = "msmgpio", |
| 396 | .owner = THIS_MODULE, | 396 | .owner = THIS_MODULE, |
