aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients/pps-gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pps/clients/pps-gpio.c')
-rw-r--r--drivers/pps/clients/pps-gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pps/clients/pps-gpio.c b/drivers/pps/clients/pps-gpio.c
index 655055545479..2bf0c1b608dd 100644
--- a/drivers/pps/clients/pps-gpio.c
+++ b/drivers/pps/clients/pps-gpio.c
@@ -196,7 +196,7 @@ static int pps_gpio_remove(struct platform_device *pdev)
196 196
197static struct platform_driver pps_gpio_driver = { 197static struct platform_driver pps_gpio_driver = {
198 .probe = pps_gpio_probe, 198 .probe = pps_gpio_probe,
199 .remove = __devexit_p(pps_gpio_remove), 199 .remove = pps_gpio_remove,
200 .driver = { 200 .driver = {
201 .name = PPS_GPIO_NAME, 201 .name = PPS_GPIO_NAME,
202 .owner = THIS_MODULE 202 .owner = THIS_MODULE