]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3a28a62fc30ba6a1884dd92cdec55efdba285bef
tree35196f7c5f7239821e00a0bc77730429f9370fdf
parentf2f86a123e1efdea8a022c1db578f4436845869a
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]