Skip to content

Commit

Permalink
mfd: Staticise max77693 pm_ops
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Jul 8, 2012
1 parent c1a2f31 commit 12477a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/max77693.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 12477a3

Please sign in to comment.