projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1a2f31
)
mfd: Staticise max77693 pm_ops
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 5 Jun 2012 15:15:59 +0000
(16:15 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 8 Jul 2012 22:16:11 +0000
(
00:16
+0200)
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>
drivers/mfd/max77693.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/max77693.c
b/drivers/mfd/max77693.c
index
4055bc2
..
8eed0c4
100644
(file)
--- a/
drivers/mfd/max77693.c
+++ b/
drivers/mfd/max77693.c
@@
-213,7
+213,7
@@
static int max77693_resume(struct device *dev)
return max77693_irq_resume(max77693);
}
-const struct dev_pm_ops max77693_pm = {
+
static
const struct dev_pm_ops max77693_pm = {
.suspend = max77693_suspend,
.resume = max77693_resume,
};