Commit 72874daa authored by Rafael J. Wysocki's avatar Rafael J. Wysocki

PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset

Fix a build issue in drivers/base/power/clock_ops.c occuring when
CONFIG_PM_RUNTIME is not set.
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent 2064af91
......@@ -380,6 +380,7 @@ static int pm_runtime_clk_notify(struct notifier_block *nb,
{
struct pm_clk_notifier_block *clknb;
struct device *dev = data;
char *con_id;
dev_dbg(dev, "%s() %ld\n", __func__, action);
......
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