summaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress/Makefile
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2013-01-15 11:24:14 (GMT)
committerCatalin Marinas <catalin.marinas@arm.com>2013-03-21 15:17:39 (GMT)
commit2655f51d0afd2087fb3e0e6a996610e06032d754 (patch)
tree21dd5114f9a5a89ecbab24cf98193f151e4bb9fb /arch/arm/mach-vexpress/Makefile
parenta937536b868b8369b98967929045f1df54234323 (diff)
downloadlinux-fsl-qoriq-2655f51d0afd2087fb3e0e6a996610e06032d754.tar.xz
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 'arch/arm/mach-vexpress/Makefile')
-rw-r--r--arch/arm/mach-vexpress/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/Makefile b/arch/arm/mach-vexpress/Makefile
index 80b6497..42703e8 100644
--- a/arch/arm/mach-vexpress/Makefile
+++ b/arch/arm/mach-vexpress/Makefile
@@ -4,7 +4,7 @@
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \
-I$(srctree)/arch/arm/plat-versatile/include
-obj-y := v2m.o reset.o
+obj-y := v2m.o
obj-$(CONFIG_ARCH_VEXPRESS_CA9X4) += ct-ca9x4.o
obj-$(CONFIG_SMP) += platsmp.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o