From: Michael Ellerman Date: Wed, 24 Sep 2014 05:57:12 +0000 (+1000) Subject: powerpc/kdump: crash_dump.c needs to include io.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=edcee77fef62c66db7b50c4883f5b0f94de9ae69;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git powerpc/kdump: crash_dump.c needs to include io.h For __ioremap(). Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/kernel/crash_dump.c b/arch/powerpc/kernel/crash_dump.c index 7a13f378ca2c..c78e6dac4d7d 100644 --- a/arch/powerpc/kernel/crash_dump.c +++ b/arch/powerpc/kernel/crash_dump.c @@ -13,6 +13,7 @@ #include #include +#include #include #include #include