diff options
author | Colin Cross <ccross@android.com> | 2011-05-01 15:26:51 -0700 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2011-05-11 16:04:16 +0100 |
commit | d1d8c666683cdbef18329ff8f3743ddaca8842ee (patch) | |
tree | 35196f7c5f7239821e00a0bc77730429f9370fdf /arch/arm/mach-tegra/Makefile | |
parent | 4dda2d384bc69de260647c3b419967734a4de496 (diff) |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 1afe05038c2..823c703e573 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 |