diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2021-09-20 23:32:51 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-12-21 21:31:35 +0100 |
commit | 2098e213dd64b1d10b8fc6fc66e3a2a80f841dbe (patch) | |
tree | ff7bdb5314f48a1e640be9745a63b40ff169c8a8 | |
parent | um: stop polluting the namespace with registers.h contents (diff) | |
download | linux-2098e213dd64b1d10b8fc6fc66e3a2a80f841dbe.tar.xz linux-2098e213dd64b1d10b8fc6fc66e3a2a80f841dbe.zip |
uml/i386: missing include in barrier.h
we need cpufeatures.h there
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | arch/x86/um/asm/barrier.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/asm/barrier.h b/arch/x86/um/asm/barrier.h index 165be7f9a964..4da336965698 100644 --- a/arch/x86/um/asm/barrier.h +++ b/arch/x86/um/asm/barrier.h @@ -2,6 +2,7 @@ #ifndef _ASM_UM_BARRIER_H_ #define _ASM_UM_BARRIER_H_ +#include <asm/cpufeatures.h> #include <asm/alternative.h> /* |