diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2021-01-18 13:38:42 +0100 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2021-01-18 13:50:37 +0100 |
commit | 8ff059b8531f3b98e14f0461859fc7cdd95823e4 (patch) | |
tree | 8e39a35960fc3120716cd2394de2b944b6162e9c /arch/ia64/mm/contig.c | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) |
efi: ia64: move IA64-only declarations to new asm/efi.h header
Move some EFI related declarations that are only referenced on IA64 to
a new asm/efi.h arch header.
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'arch/ia64/mm/contig.c')
-rw-r--r-- | arch/ia64/mm/contig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/mm/contig.c b/arch/ia64/mm/contig.c index bfc4ecd0a2ab..62fe80a16f42 100644 --- a/arch/ia64/mm/contig.c +++ b/arch/ia64/mm/contig.c @@ -21,6 +21,7 @@ #include <linux/swap.h> #include <linux/sizes.h> +#include <asm/efi.h> #include <asm/meminit.h> #include <asm/sections.h> #include <asm/mca.h> |