diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-05 11:15:59 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-08 18:16:11 -0400 |
commit | 12477a32ff4265d4188442ff892c94871e81d6f7 (patch) | |
tree | 4168a076bbd778eb85b16a403f3de8b64830f376 /drivers/mfd/max77693.c | |
parent | c1a2f31dfeb09c0c767fc178daa4a1e2855808a7 (diff) |
mfd: Staticise max77693 pm_ops
They're not referenced outside this file.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/max77693.c')
-rw-r--r-- | drivers/mfd/max77693.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c index 4055bc2d36fb..8eed0c47ade6 100644 --- a/drivers/mfd/max77693.c +++ b/drivers/mfd/max77693.c | |||
@@ -213,7 +213,7 @@ static int max77693_resume(struct device *dev) | |||
213 | return max77693_irq_resume(max77693); | 213 | return max77693_irq_resume(max77693); |
214 | } | 214 | } |
215 | 215 | ||
216 | const struct dev_pm_ops max77693_pm = { | 216 | static const struct dev_pm_ops max77693_pm = { |
217 | .suspend = max77693_suspend, | 217 | .suspend = max77693_suspend, |
218 | .resume = max77693_resume, | 218 | .resume = max77693_resume, |
219 | }; | 219 | }; |