summaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2015-12-07 10:11:12 +0000
committerThomas Gleixner <tglx@linutronix.de>2015-12-10 19:13:26 +0100
commit8e31ed9c189788463c3b6c1f950cd90755f05f76 (patch)
tree4b3c8635d454b11ca0ccd11b5551bf787adee3c0 /arch/arm64
parent059393c5bdd1420bdf1bed2972f33196dff263ae (diff)
downloadop-kernel-dev-8e31ed9c189788463c3b6c1f950cd90755f05f76.zip
op-kernel-dev-8e31ed9c189788463c3b6c1f950cd90755f05f76.tar.gz
irqchip/gic-v3: Add missing include for barrier.h
Both the 32bit and 64bit versions of the GICv3 header file are using barriers, but neglect to include barrier.h, leading to an interesting splat in some circumstances. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Cc: <linux-arm-kernel@lists.infradead.org> Cc: Jason Cooper <jason@lakedaemon.net> Link: http://lkml.kernel.org/r/1449483072-17694-3-git-send-email-marc.zyngier@arm.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/include/asm/arch_gicv3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/arch_gicv3.h b/arch/arm64/include/asm/arch_gicv3.h
index 030cdcb..2731d3b 100644
--- a/arch/arm64/include/asm/arch_gicv3.h
+++ b/arch/arm64/include/asm/arch_gicv3.h
@@ -77,6 +77,7 @@
#ifndef __ASSEMBLY__
#include <linux/stringify.h>
+#include <asm/barrier.h>
/*
* Low-level accessors
OpenPOWER on IntegriCloud