ARM: tegra: irq: Move legacy_irq.c into irq.c
authorColin Cross <ccross@android.com>
Sun, 1 May 2011 22:26:51 +0000 (15:26 -0700)
committerWill Deacon <will.deacon@arm.com>
Wed, 11 May 2011 15:04:16 +0000 (16:04 +0100)
commitd1d8c666683cdbef18329ff8f3743ddaca8842ee
tree35196f7c5f7239821e00a0bc77730429f9370fdf
parent4dda2d384bc69de260647c3b419967734a4de496
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>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/include/mach/legacy_irq.h [deleted file]
arch/arm/mach-tegra/irq.c
arch/arm/mach-tegra/legacy_irq.c [deleted file]