diff options
author | Magnus Damm <damm@opensource.se> | 2010-07-27 08:14:35 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-08-16 13:16:19 +0900 |
commit | f14c4f141ad88290bb23d597a0a47833e7891fcd (patch) | |
tree | 290b515dd0b0d2c223ee6c7b56dc133423245786 /arch/arm/mach-shmobile/Makefile | |
parent | da5cabf80e2433131bf0ed8993abc0f7ea618c73 (diff) | |
download | blackbird-op-linux-f14c4f141ad88290bb23d597a0a47833e7891fcd.tar.gz blackbird-op-linux-f14c4f141ad88290bb23d597a0a47833e7891fcd.zip |
ARM: mach-shmobile: Runtime PM V3
This is the SH-Mobile ARM Runtime PM implementation V3.
Only clocks are managed at this point. If Runtime PM
is disabled then the clocks will be enabled before
->probe() and disabled after ->remove().
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 5e16b4c69222..ae416fe7daf2 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -3,7 +3,7 @@ # # Common objects -obj-y := timer.o console.o clock.o +obj-y := timer.o console.o clock.o pm_runtime.o # CPU objects obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o clock-sh7367.o intc-sh7367.o |