summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/pm_runtime.c
diff options
context:
space:
mode:
authorRafael J. Wysocki2011-08-25 15:34:19 +0200
committerRafael J. Wysocki2011-08-25 15:34:19 +0200
commitb5e8d269d814763d597ccc0108d1fa6639ad35a1 (patch)
tree9c401a279d38e977e7208debc74b7ce2708d3498 /arch/arm/mach-shmobile/pm_runtime.c
parentPM / Domains: Use power.sybsys_data to reduce overhead (diff)
downloadkernel-qcow2-linux-b5e8d269d814763d597ccc0108d1fa6639ad35a1.tar.gz
kernel-qcow2-linux-b5e8d269d814763d597ccc0108d1fa6639ad35a1.tar.xz
kernel-qcow2-linux-b5e8d269d814763d597ccc0108d1fa6639ad35a1.zip
PM: Move clock-related definitions and headers to separate file
Since the PM clock management code in drivers/base/power/clock_ops.c is used for both runtime PM and system suspend/hibernation, the definitions of data structures and headers related to it should not be located in include/linux/pm_rumtime.h. Move them to a separate header file. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/pm_runtime.c')
-rw-r--r--arch/arm/mach-shmobile/pm_runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/pm_runtime.c b/arch/arm/mach-shmobile/pm_runtime.c
index 6ec454e1e063..bd5c6a3b8c55 100644
--- a/arch/arm/mach-shmobile/pm_runtime.c
+++ b/arch/arm/mach-shmobile/pm_runtime.c
@@ -15,6 +15,7 @@
#include <linux/io.h>
#include <linux/pm_runtime.h>
#include <linux/pm_domain.h>
+#include <linux/pm_clock.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/sh_clk.h>