aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-05-01 15:26:51 -0700
committerWill Deacon <will.deacon@arm.com>2011-05-11 16:04:16 +0100
commitd1d8c666683cdbef18329ff8f3743ddaca8842ee (patch)
tree35196f7c5f7239821e00a0bc77730429f9370fdf /arch/arm/mach-tegra/Makefile
parent4dda2d384bc69de260647c3b419967734a4de496 (diff)
downloadkernel_samsung_smdk4412-d1d8c666683cdbef18329ff8f3743ddaca8842ee.zip
kernel_samsung_smdk4412-d1d8c666683cdbef18329ff8f3743ddaca8842ee.tar.gz
kernel_samsung_smdk4412-d1d8c666683cdbef18329ff8f3743ddaca8842ee.tar.bz2
ARM: tegra: irq: Move legacy_irq.c into irq.c
Now that irq.c is just an interface layer between the gic and legacy_irq.c, move the contents of legacy_irq.c into irq.c. Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 1afe050..823c703 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -1,7 +1,7 @@
obj-y += common.o
obj-y += devices.o
obj-y += io.o
-obj-y += irq.o legacy_irq.o
+obj-y += irq.o
obj-y += clock.o
obj-y += timer.o
obj-y += gpio.o