diff options
-rw-r--r-- | arch/x86/kernel/x86_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 61a1e8c7e19f..ebfb8e4c9f22 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c | |||
@@ -5,6 +5,7 @@ | |||
5 | */ | 5 | */ |
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | #include <linux/ioport.h> | 7 | #include <linux/ioport.h> |
8 | #include <linux/module.h> | ||
8 | 9 | ||
9 | #include <asm/bios_ebda.h> | 10 | #include <asm/bios_ebda.h> |
10 | #include <asm/paravirt.h> | 11 | #include <asm/paravirt.h> |
@@ -94,3 +95,5 @@ struct x86_platform_ops x86_platform = { | |||
94 | .is_untracked_pat_range = is_ISA_range, | 95 | .is_untracked_pat_range = is_ISA_range, |
95 | .nmi_init = default_nmi_init | 96 | .nmi_init = default_nmi_init |
96 | }; | 97 | }; |
98 | |||
99 | EXPORT_SYMBOL_GPL(x86_platform); | ||