diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2016-06-13 16:33:48 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2016-06-13 16:34:16 +0200 |
| commit | a5c8a01968fc9dc94f182172cee7ab40bc496ea4 (patch) | |
| tree | aba78887ff90a9a4efc11a548e6ca70131c74973 /kernel/irq/internals.h | |
| parent | ff5b706f5189fe8d2a6fd576b491b769ec1d29d3 (diff) | |
| parent | 3faf24ea894a34887c0ca412f1643540251b9d82 (diff) | |
| download | linux-a5c8a01968fc9dc94f182172cee7ab40bc496ea4.tar.gz linux-a5c8a01968fc9dc94f182172cee7ab40bc496ea4.tar.bz2 linux-a5c8a01968fc9dc94f182172cee7ab40bc496ea4.zip | |
Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
First drop of irqchip updates for 4.8 from Marc Zyngier:
- Fix a few bugs in configuring the default trigger from the irqdomain layer
- Make the genirq layer PM aware
- Add PM capability to the ARM GIC driver
- Add support for 2-level translation tables to the GICv3 ITS driver
Diffstat (limited to 'kernel/irq/internals.h')
| -rw-r--r-- | kernel/irq/internals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/internals.h b/kernel/irq/internals.h index 09be2c903c6d..d5edcdc9382a 100644 --- a/kernel/irq/internals.h +++ b/kernel/irq/internals.h @@ -7,6 +7,7 @@ */ #include <linux/irqdesc.h> #include <linux/kernel_stat.h> +#include <linux/pm_runtime.h> #ifdef CONFIG_SPARSE_IRQ # define IRQ_BITMAP_BITS (NR_IRQS + 8196) |
