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>
Fri, 16 Nov 2012 19:22:17 +0000 (12:22 -0700)
commitc5a4d6b07ac98405f347c796bc74f4367e516898
tree88a3aebb0d3c4153ed74cc3d311d9ba7e3104d84
parent3a04931e3b6230926ebe200192545a8d952d787d
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