summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mpic_msgr.c
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-08-22 15:35:47 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-08-24 20:26:04 +1000
commit46c5c59e6902855b61a31be1b8e26bfffcae1e07 (patch)
treec613c44f0d6bac9f70937edc31a6bf1211134617 /arch/powerpc/sysdev/mpic_msgr.c
parent6d9c00c67b4768105e8ae3d213484095c744eea8 (diff)
downloadlinux-46c5c59e6902855b61a31be1b8e26bfffcae1e07.tar.gz
linux-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/sysdev/mpic_msgr.c')
-rw-r--r--arch/powerpc/sysdev/mpic_msgr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/mpic_msgr.c b/arch/powerpc/sysdev/mpic_msgr.c
index 483d8fa72e8b..e961f8c4a8f0 100644
--- a/arch/powerpc/sysdev/mpic_msgr.c
+++ b/arch/powerpc/sysdev/mpic_msgr.c
@@ -14,6 +14,9 @@
#include <linux/list.h>
#include <linux/of_platform.h>
#include <linux/errno.h>
+#include <linux/err.h>
+#include <linux/export.h>
+#include <linux/slab.h>
#include <asm/prom.h>
#include <asm/hw_irq.h>
#include <asm/ppc-pci.h>