Skip to content

Commit

Permalink
PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rjwysocki committed May 16, 2011
1 parent 2064af9 commit 72874da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/base/power/clock_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 72874da

Please sign in to comment.