diff options
Diffstat (limited to 'arch/x86/lib/cpu.c')
-rw-r--r-- | arch/x86/lib/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/cpu.c b/arch/x86/lib/cpu.c index 04967cdce5d1..7ad68917a51e 100644 --- a/arch/x86/lib/cpu.c +++ b/arch/x86/lib/cpu.c | |||
@@ -1,6 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | #include <linux/types.h> | 2 | #include <linux/types.h> |
3 | #include <linux/export.h> | 3 | #include <linux/export.h> |
4 | #include <asm/cpu.h> | ||
4 | 5 | ||
5 | unsigned int x86_family(unsigned int sig) | 6 | unsigned int x86_family(unsigned int sig) |
6 | { | 7 | { |