diff options
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
-rw-r--r-- | arch/x86/kernel/x86_init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 82d510c9c996..88883f8006c2 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c | |||
@@ -14,4 +14,8 @@ void __cpuinit x86_init_noop(void) { } | |||
14 | * for standard PC hardware. | 14 | * for standard PC hardware. |
15 | */ | 15 | */ |
16 | struct __initdata x86_init_ops x86_init = { | 16 | struct __initdata x86_init_ops x86_init = { |
17 | |||
18 | .resources = { | ||
19 | .probe_roms = x86_init_noop, | ||
20 | }, | ||
17 | }; | 21 | }; |