summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/mpic_msgr.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-08-22 15:35:47 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-08-24 10:26:04 (GMT)
commit46c5c59e6902855b61a31be1b8e26bfffcae1e07 (patch)
treec613c44f0d6bac9f70937edc31a6bf1211134617 /arch/powerpc/include/asm/mpic_msgr.h
parent6d9c00c67b4768105e8ae3d213484095c744eea8 (diff)
downloadlinux-46c5c59e6902855b61a31be1b8e26bfffcae1e07.tar.xz
powerpc/mpic_msgr: Add missing includes
Add several #includes that mpic_msgr relies on being pulled implicitly, which only happens on certain configs. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: Meador Inge <meador_inge@mentor.com> Cc: Jia Hongtao <B38951@freescale.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/mpic_msgr.h')
-rw-r--r--arch/powerpc/include/asm/mpic_msgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/mpic_msgr.h b/arch/powerpc/include/asm/mpic_msgr.h
index 326d33c..d4f471f 100644
--- a/arch/powerpc/include/asm/mpic_msgr.h
+++ b/arch/powerpc/include/asm/mpic_msgr.h
@@ -14,6 +14,7 @@
#include <linux/types.h>
#include <linux/spinlock.h>
#include <asm/smp.h>
+#include <asm/io.h>
struct mpic_msgr {
u32 __iomem *base;