]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mfd: Staticise WM8994 PM ops
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 17 Mar 2011 16:33:49 +0000 (16:33 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:42:09 +0000 (10:42 +0100)
They're not exported.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8994-core.c

index 5220af26419e3dd7ea1b8f76b059b6e1b56dba57..749c31d29b09d89b20c8a3d39a58a52ddc95fc43 100644 (file)
@@ -640,7 +640,8 @@ static const struct i2c_device_id wm8994_i2c_id[] = {
 };
 MODULE_DEVICE_TABLE(i2c, wm8994_i2c_id);
 
-UNIVERSAL_DEV_PM_OPS(wm8994_pm_ops, wm8994_suspend, wm8994_resume, NULL);
+static UNIVERSAL_DEV_PM_OPS(wm8994_pm_ops, wm8994_suspend, wm8994_resume,
+                           NULL);
 
 static struct i2c_driver wm8994_i2c_driver = {
        .driver = {