Skip to content

Commit

Permalink
core: add missing include to irqchip.h
Browse files Browse the repository at this point in the history
Add a missing include to irqchip.h

Signed-off-by: Antonios Motakis <antonios.motakis@huawei.com>
[Jan: adjust to alphabetic ordering]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
tvelocity authored and jan-kiszka committed Aug 28, 2015
1 parent 4585e16 commit 75e24ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hypervisor/arch/arm/include/asm/irqchip.h
Expand Up @@ -21,6 +21,7 @@
*/
#define MAX_PENDING_IRQS (PAGE_SIZE / sizeof(struct pending_irq))

#include <jailhouse/cell.h>
#include <jailhouse/mmio.h>
#include <asm/percpu.h>
#include <asm/traps.h>
Expand Down

0 comments on commit 75e24ad

Please sign in to comment.