aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/wm8994-core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c
index 5220af26419..749c31d29b0 100644
--- a/drivers/mfd/wm8994-core.c
+++ b/drivers/mfd/wm8994-core.c
@@ -640,7 +640,8 @@ static const struct i2c_device_id wm8994_i2c_id[] = {
640}; 640};
641MODULE_DEVICE_TABLE(i2c, wm8994_i2c_id); 641MODULE_DEVICE_TABLE(i2c, wm8994_i2c_id);
642 642
643UNIVERSAL_DEV_PM_OPS(wm8994_pm_ops, wm8994_suspend, wm8994_resume, NULL); 643static UNIVERSAL_DEV_PM_OPS(wm8994_pm_ops, wm8994_suspend, wm8994_resume,
644 NULL);
644 645
645static struct i2c_driver wm8994_i2c_driver = { 646static struct i2c_driver wm8994_i2c_driver = {
646 .driver = { 647 .driver = {