]> 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>
Mon, 15 Oct 2012 18:25:54 +0000 (12:25 -0600)
commit406c12377600d7311370c9bfe22dde45dec49b1b
treee1bd6d9a59b24db241eadad6ef7712f8540e51dd
parentc836512b8bf927f5167e8a835456627d72877531
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