2011-03-17 16:33:53

by Mark Brown

[permalink] [raw]
Subject: [PATCH] mfd: Staticise WM8994 PM ops

They're not exported.

Signed-off-by: Mark Brown <[email protected]>
---
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 3890e45..7f5c149 100644
--- a/drivers/mfd/wm8994-core.c
+++ b/drivers/mfd/wm8994-core.c
@@ -644,7 +644,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 = {
--
1.7.4.1


2011-03-17 23:48:01

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH] mfd: Staticise WM8994 PM ops

Hi Mark,

On Thu, Mar 17, 2011 at 04:33:49PM +0000, Mark Brown wrote:
> They're not exported.
Thanks, patch applied.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/