Commit edcee77f authored by Michael Ellerman's avatar Michael Ellerman

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

For __ioremap().
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent d3b94e4b
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment