projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b94e4
)
powerpc/kdump: crash_dump.c needs to include io.h
author
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 24 Sep 2014 05:57:12 +0000
(15:57 +1000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/crash_dump.c
b/arch/powerpc/kernel/crash_dump.c
index
7a13f37
..
c78e6da
100644
(file)
--- a/
arch/powerpc/kernel/crash_dump.c
+++ b/
arch/powerpc/kernel/crash_dump.c
@@
-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>