Commit c804d8ae authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Linus Walleij

pinctrl: denverton: Define PM ops via INTEL_PINCTRL_PM_OPS()

Instead of open coding same structure definition for PM operations,
replace it with a common macro.

No functional change intended.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b417748c
...@@ -262,10 +262,7 @@ static int dnv_pinctrl_probe(struct platform_device *pdev) ...@@ -262,10 +262,7 @@ static int dnv_pinctrl_probe(struct platform_device *pdev)
return intel_pinctrl_probe(pdev, &dnv_soc_data); return intel_pinctrl_probe(pdev, &dnv_soc_data);
} }
static const struct dev_pm_ops dnv_pinctrl_pm_ops = { static INTEL_PINCTRL_PM_OPS(dnv_pinctrl_pm_ops);
SET_LATE_SYSTEM_SLEEP_PM_OPS(intel_pinctrl_suspend,
intel_pinctrl_resume)
};
static const struct acpi_device_id dnv_pinctrl_acpi_match[] = { static const struct acpi_device_id dnv_pinctrl_acpi_match[] = {
{ "INTC3000" }, { "INTC3000" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment