diff options
Diffstat (limited to 'arch/x86/kernel/mrst.c')
-rw-r--r-- | arch/x86/kernel/mrst.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/mrst.c b/arch/x86/kernel/mrst.c index 3b7078abc871..bdf9b17290c6 100644 --- a/arch/x86/kernel/mrst.c +++ b/arch/x86/kernel/mrst.c | |||
@@ -12,6 +12,9 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | 13 | ||
14 | #include <asm/setup.h> | 14 | #include <asm/setup.h> |
15 | #include <asm/mrst.h> | ||
16 | #include <asm/io.h> | ||
17 | #include <asm/i8259.h> | ||
15 | 18 | ||
16 | /* | 19 | /* |
17 | * Moorestown specific x86_init function overrides and early setup | 20 | * Moorestown specific x86_init function overrides and early setup |
@@ -21,4 +24,6 @@ void __init x86_mrst_early_setup(void) | |||
21 | { | 24 | { |
22 | x86_init.resources.probe_roms = x86_init_noop; | 25 | x86_init.resources.probe_roms = x86_init_noop; |
23 | x86_init.resources.reserve_resources = x86_init_noop; | 26 | x86_init.resources.reserve_resources = x86_init_noop; |
27 | |||
28 | legacy_pic = &null_legacy_pic; | ||
24 | } | 29 | } |