]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: select SPARSE_IRQ
authorStephen Warren <swarren@nvidia.com>
Wed, 19 Sep 2012 20:19:02 +0000 (14:19 -0600)
committerStephen Warren <swarren@nvidia.com>
Tue, 16 Oct 2012 15:58:24 +0000 (09:58 -0600)
commit9ee1352c0b5d6ecc7f822d1e9a3936057dee2f4e
treee1bd6d9a59b24db241eadad6ef7712f8540e51dd
parent2690fb33997cb98eca03143a02ad87b16897fe2d
ARM: tegra: select SPARSE_IRQ

SPARSE_IRQ is required for single zImage support.

With this enabled, we can delete <mach/irqs.h>. This requires removing
one unnecessary include of that file, and hard-coding the PCIe IRQ into
the PCIe driver. This is a hack that will be dealt with as part of
converting the PCIe driver into a true DT-supporting driver.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/Kconfig
arch/arm/mach-tegra/include/mach/irqs.h [deleted file]
arch/arm/mach-tegra/pcie.c