diff options
| -rw-r--r-- | drivers/input/touchscreen/atmel-wm97xx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/atmel-wm97xx.c b/drivers/input/touchscreen/atmel-wm97xx.c index d016cb26d125..746bf77d7856 100644 --- a/drivers/input/touchscreen/atmel-wm97xx.c +++ b/drivers/input/touchscreen/atmel-wm97xx.c | |||
| @@ -424,7 +424,8 @@ static int atmel_wm97xx_resume(struct platform_device *pdev) | |||
| 424 | static struct platform_driver atmel_wm97xx_driver = { | 424 | static struct platform_driver atmel_wm97xx_driver = { |
| 425 | .remove = __exit_p(atmel_wm97xx_remove), | 425 | .remove = __exit_p(atmel_wm97xx_remove), |
| 426 | .driver = { | 426 | .driver = { |
| 427 | .name = "wm97xx-touch", | 427 | .name = "wm97xx-touch", |
| 428 | .owner = THIS_MODULE, | ||
| 428 | }, | 429 | }, |
| 429 | .suspend = atmel_wm97xx_suspend, | 430 | .suspend = atmel_wm97xx_suspend, |
| 430 | .resume = atmel_wm97xx_resume, | 431 | .resume = atmel_wm97xx_resume, |
