diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-08-27 23:22:48 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-14 19:35:36 +0200 |
commit | bab53ce38e8735519aa3cfdcc5bfa438c0891086 (patch) | |
tree | ffa55ed1186ee49641f90e658e9d9ba925f2bac4 /arch/arm/mach-tegra/Makefile | |
parent | Merge commit 'xceiv-for-v3.7' into for-3.7/cleanup2 (diff) | |
download | linux-bab53ce38e8735519aa3cfdcc5bfa438c0891086.tar.xz linux-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/Makefile | 2 |
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 |