Skip to content

Commit

Permalink
powerpc/kdump: crash_dump.c needs to include io.h
Browse files Browse the repository at this point in the history
For __ioremap().

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Michael Ellerman committed Oct 3, 2014
1 parent d3b94e4 commit edcee77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kernel/crash_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit edcee77

Please sign in to comment.