diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2013-01-15 11:24:14 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-03-21 15:17:39 +0000 |
commit | 2655f51d0afd2087fb3e0e6a996610e06032d754 (patch) | |
tree | 21dd5114f9a5a89ecbab24cf98193f151e4bb9fb /drivers/power/reset/Makefile | |
parent | a937536b868b8369b98967929045f1df54234323 (diff) | |
download | blackbird-obmc-linux-2655f51d0afd2087fb3e0e6a996610e06032d754.tar.gz blackbird-obmc-linux-2655f51d0afd2087fb3e0e6a996610e06032d754.zip |
arm: vexpress: Move the poweroff/restart code to drivers/power/reset
This patch moves the arch/arm/mach-vexpress/reset.c functionality to
drivers/platform/reset/ and adds the necessary Kconfig wiring.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'drivers/power/reset/Makefile')
-rw-r--r-- | drivers/power/reset/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/power/reset/Makefile b/drivers/power/reset/Makefile index 0f317f50c56f..372807fd83f7 100644 --- a/drivers/power/reset/Makefile +++ b/drivers/power/reset/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o -obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
\ No newline at end of file +obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o +obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o |