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
parentARM: tegra: irq: Remove PM support (diff)
downloadlinux-dev-d1d8c666683cdbef18329ff8f3743ddaca8842ee.tar.xz
linux-dev-d1d8c666683cdbef18329ff8f3743ddaca8842ee.zip
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 1afe05038c27..823c703e573c 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