Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edcee77f authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/kdump: crash_dump.c needs to include io.h



For __ioremap().

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent d3b94e4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>