projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/arch/powerpc/kernel/crash_dump.c
b/arch/powerpc/kernel/crash_dump.c
index 7a13f378ca2c7b1c715b9719e01329f99bf2ef2e..c78e6dac4d7de2842c1d679691373eb53762057a 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>