mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
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: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:
parent
2064af917b
commit
72874daa5e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user