diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-08-27 17:22:48 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-14 13:35:36 -0400 |
commit | bab53ce38e8735519aa3cfdcc5bfa438c0891086 (patch) | |
tree | ffa55ed1186ee49641f90e658e9d9ba925f2bac4 /arch/arm/mach-tegra/Makefile | |
parent | fef40b2369a4ececa16b4d02b625e45252fe5d0a (diff) |
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 @@ | |||
1 | obj-y += board-pinmux.o | ||
2 | obj-y += common.o | 1 | obj-y += common.o |
3 | obj-y += devices.o | ||
4 | obj-y += io.o | 2 | obj-y += io.o |
5 | obj-y += irq.o | 3 | obj-y += irq.o |
6 | obj-y += clock.o | 4 | obj-y += clock.o |