powerpc/kdump: crash_dump.c needs to include io.h
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 24 Sep 2014 05:57:12 +0000 (15:57 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 3 Oct 2014 08:03:35 +0000 (18:03 +1000)
For __ioremap().

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/crash_dump.c

index 7a13f37..c78e6da 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <linux/crash_dump.h>
 #include <linux/bootmem.h>
+#include <linux/io.h>
 #include <linux/memblock.h>
 #include <asm/code-patching.h>
 #include <asm/kdump.h>