Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e97006ae authored by Rakib Mullick's avatar Rakib Mullick Committed by Dmitry Torokhov
Browse files

Input: wistron - fix test for CONFIG_PM



This should fix the following compile warning:

drivers/input/misc/wistron_btns.c:1331:5: warning: "CONFIG_PM" is not defined

Signed-off-by: default avatarRakib Mullick <rakib.mullick@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent c6bde2d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1328,7 +1328,7 @@ static struct platform_driver wistron_driver = {
	.driver		= {
		.name	= "wistron-bios",
		.owner	= THIS_MODULE,
#if CONFIG_PM
#ifdef CONFIG_PM
		.pm	= &wistron_pm_ops,
#endif
	},