diff options
| -rw-r--r-- | arch/x86_64/kernel/bugs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/bugs.c b/arch/x86_64/kernel/bugs.c index c141e7a7ff55..c3c6b91566ed 100644 --- a/arch/x86_64/kernel/bugs.c +++ b/arch/x86_64/kernel/bugs.c | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
| 10 | #include <asm/alternative.h> | 10 | #include <asm/alternative.h> |
| 11 | #include <asm/processor.h> | 11 | #include <asm/processor.h> |
| 12 | #include <asm/mtrr.h> | ||
| 12 | 13 | ||
| 13 | void __init check_bugs(void) | 14 | void __init check_bugs(void) |
| 14 | { | 15 | { |
