diff options
author | Jan Beulich <JBeulich@suse.com> | 2012-03-08 04:24:57 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-03-08 04:57:35 -0500 |
commit | a240ada241dafe290e7532d1ddeb98fdf1419068 (patch) | |
tree | 1fa7cb911c324e2f36f7391971aada469b4ee93d /arch | |
parent | c7e23289a6aa95048a78b252b462f24ca6cf7f96 (diff) |
x86: Include probe_roms.h in probe_roms.c
... to ensure that declarations and definitions are in sync.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/4F5888F902000078000770F1@nat28.tlf.novell.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/probe_roms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/probe_roms.c b/arch/x86/kernel/probe_roms.c index 34e06e84ce31..0bc72e2069e3 100644 --- a/arch/x86/kernel/probe_roms.c +++ b/arch/x86/kernel/probe_roms.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <linux/pci.h> | 12 | #include <linux/pci.h> |
13 | #include <linux/export.h> | 13 | #include <linux/export.h> |
14 | 14 | ||
15 | #include <asm/probe_roms.h> | ||
15 | #include <asm/pci-direct.h> | 16 | #include <asm/pci-direct.h> |
16 | #include <asm/e820.h> | 17 | #include <asm/e820.h> |
17 | #include <asm/mmzone.h> | 18 | #include <asm/mmzone.h> |