From: Dmitry Torokhov Date: Tue, 19 Nov 2013 22:01:47 +0000 (-0800) Subject: Input: atmel-wm97xx - fix compile error X-Git-Tag: v3.13-rc7~9^2~13^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d4bba146e1975fc277a4509304d98761016b8b7;p=platform%2Fkernel%2Flinux-stable.git Input: atmel-wm97xx - fix compile error Reported-by: Fengguang Wu Signed-off-by: Dmitry Torokhov --- 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);