diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-17 12:33:49 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 05:42:09 -0400 |
commit | aad343107b4c153dd9f3ffc3d0f32558a25438e9 (patch) | |
tree | 3c56702b7b6e8621b0371a8557f2295a8cdd5870 /drivers/mfd | |
parent | 2edd3b692404efc2d3915175a2ed553e783de763 (diff) |
mfd: Staticise WM8994 PM ops
They're not exported.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/wm8994-core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c index 5220af26419e..749c31d29b09 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 | }; |
641 | MODULE_DEVICE_TABLE(i2c, wm8994_i2c_id); | 641 | MODULE_DEVICE_TABLE(i2c, wm8994_i2c_id); |
642 | 642 | ||
643 | UNIVERSAL_DEV_PM_OPS(wm8994_pm_ops, wm8994_suspend, wm8994_resume, NULL); | 643 | static UNIVERSAL_DEV_PM_OPS(wm8994_pm_ops, wm8994_suspend, wm8994_resume, |
644 | NULL); | ||
644 | 645 | ||
645 | static struct i2c_driver wm8994_i2c_driver = { | 646 | static struct i2c_driver wm8994_i2c_driver = { |
646 | .driver = { | 647 | .driver = { |