PM: Move clock-related definitions and headers to separate file
authorRafael J. Wysocki <rjw@sisk.pl>
Thu, 25 Aug 2011 13:34:19 +0000 (15:34 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 25 Aug 2011 13:34:19 +0000 (15:34 +0200)
commitb5e8d269d814763d597ccc0108d1fa6639ad35a1
tree9c401a279d38e977e7208debc74b7ce2708d3498
parent4605ab653c1f9d7cc2dda8033de215c9cee325f4
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>
arch/arm/mach-omap1/pm_bus.c
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-mackerel.c
arch/arm/mach-shmobile/pm-sh7372.c
arch/arm/mach-shmobile/pm_runtime.c
drivers/base/power/clock_ops.c
drivers/base/power/common.c
include/linux/pm_clock.h [new file with mode: 0644]
include/linux/pm_runtime.h