diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-04-26 17:00:01 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-04-26 17:00:01 +1000 |
commit | 156bc9d0af408cf0c7cdc27cd02791d340adf6bd (patch) | |
tree | 4a1c94470cb82e7e8c88a3270d4595cbdaed9d68 /arch/x86/platform/efi/efi.c | |
parent | 3f6ac2b885a192bf688b535a4f9dc329bc7e97ff (diff) | |
parent | b7796f38de8afef781e52f484599845de84f9cf4 (diff) |
Merge branch 'akpm/master'
Diffstat (limited to 'arch/x86/platform/efi/efi.c')
-rw-r--r-- | arch/x86/platform/efi/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index a15cf815ac4e..7e76a4d8304b 100644 --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c @@ -49,7 +49,7 @@ #include <asm/efi.h> #include <asm/e820/api.h> #include <asm/time.h> -#include <asm/cacheflush.h> +#include <asm/set_memory.h> #include <asm/tlbflush.h> #include <asm/x86_init.h> #include <asm/uv/uv.h> |