Commit 12477a32 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz
Browse files

mfd: Staticise max77693 pm_ops



They're not referenced outside this file.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent c1a2f31d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};