Skip to content

Commit 23c82d4

Browse files
akpm00sfrothwell
authored andcommitted
kexec-allow-architectures-to-override-boot-mapping-fix
kexec.h needs asm/io.h for phys_to_virt() Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent f01d862 commit 23c82d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/kexec.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
#if !defined(__ASSEMBLY__)
1616

17+
#include <asm/io.h>
18+
1719
#include <uapi/linux/kexec.h>
1820

1921
#ifdef CONFIG_KEXEC_CORE

0 commit comments

Comments
 (0)