commit | c5a4d6b07ac98405f347c796bc74f4367e516898 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Sep 19 14:19:02 2012 -0600 |
committer | Stephen Warren <swarren@nvidia.com> | Fri Nov 16 12:22:17 2012 -0700 |
tree | 88a3aebb0d3c4153ed74cc3d311d9ba7e3104d84 | |
parent | 3a04931e3b6230926ebe200192545a8d952d787d [diff] |
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>