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-Tag: firefly_0821_release~176^2~2988^2~46 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=edcee77fef62c66db7b50c4883f5b0f94de9ae69;p=firefly-linux-kernel-4.4.55.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