aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/wistron_btns.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/misc/wistron_btns.c')
-rw-r--r--drivers/input/misc/wistron_btns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c
index 7b7add5061a5..e25f87ba19f6 100644
--- a/drivers/input/misc/wistron_btns.c
+++ b/drivers/input/misc/wistron_btns.c
@@ -1347,7 +1347,6 @@ static const struct dev_pm_ops wistron_pm_ops = {
1347static struct platform_driver wistron_driver = { 1347static struct platform_driver wistron_driver = {
1348 .driver = { 1348 .driver = {
1349 .name = "wistron-bios", 1349 .name = "wistron-bios",
1350 .owner = THIS_MODULE,
1351#ifdef CONFIG_PM 1350#ifdef CONFIG_PM
1352 .pm = &wistron_pm_ops, 1351 .pm = &wistron_pm_ops,
1353#endif 1352#endif