aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-08-27 14:22:48 -0700
committerStephen Warren <swarren@nvidia.com>2012-09-14 11:35:36 -0600
commitbab53ce38e8735519aa3cfdcc5bfa438c0891086 (patch)
treeffa55ed1186ee49641f90e658e9d9ba925f2bac4 /arch/arm/mach-tegra/Makefile
parentMerge commit 'xceiv-for-v3.7' into for-3.7/cleanup2 (diff)
downloadlinux-dev-bab53ce38e8735519aa3cfdcc5bfa438c0891086.tar.xz
linux-dev-bab53ce38e8735519aa3cfdcc5bfa438c0891086.zip
ARM: tegra: remove dead code
Now that all boards are converted to device tree, devices.[ch] and board-pinmux.[ch] are no longer used. So, remove them. The only exception is the EHCI platform data in devices.h. Move that data to board-dt-tegra20.c - the only places it's used. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index ed41905a3bd1..ef0aa96a619a 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -1,6 +1,4 @@
-obj-y += board-pinmux.o
obj-y += common.o
-obj-y += devices.o
obj-y += io.o
obj-y += irq.o
obj-y += clock.o