diff options
Diffstat (limited to 'drivers/pps/clients/pps-gpio.c')
| -rw-r--r-- | drivers/pps/clients/pps-gpio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pps/clients/pps-gpio.c b/drivers/pps/clients/pps-gpio.c index 65505554547..2bf0c1b608d 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)  static struct platform_driver pps_gpio_driver = {  	.probe		= pps_gpio_probe, -	.remove		=  __devexit_p(pps_gpio_remove), +	.remove		= pps_gpio_remove,  	.driver		= {  		.name	= PPS_GPIO_NAME,  		.owner	= THIS_MODULE  |