summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2013-11-19 14:01:47 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-11-20 21:15:52 -0800
commit2d4bba146e1975fc277a4509304d98761016b8b7 (patch)
tree9d79fdab7ef6765914bf683ff3690ea2eb5387bf /drivers/input/touchscreen
parentb64da05fb746c6ff5bcb9abeaa52684d1b08a2b9 (diff)
downloadop-kernel-dev-2d4bba146e1975fc277a4509304d98761016b8b7.zip
op-kernel-dev-2d4bba146e1975fc277a4509304d98761016b8b7.tar.gz
Input: atmel-wm97xx - fix compile error
Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r--drivers/input/touchscreen/atmel-wm97xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/atmel-wm97xx.c b/drivers/input/touchscreen/atmel-wm97xx.c
index 268a35e..279c0e4 100644
--- a/drivers/input/touchscreen/atmel-wm97xx.c
+++ b/drivers/input/touchscreen/atmel-wm97xx.c
@@ -391,7 +391,7 @@ static int __exit atmel_wm97xx_remove(struct platform_device *pdev)
}
#ifdef CONFIG_PM_SLEEP
-static int atmel_wm97xx_suspend(struct *dev)
+static int atmel_wm97xx_suspend(struct device *dev)
{
struct platform_device *pdev = to_platform_device(dev);
struct atmel_wm97xx *atmel_wm97xx = platform_get_drvdata(pdev);
OpenPOWER on IntegriCloud