diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-12-23 11:21:28 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-27 05:30:17 -0500 |
commit | 0b936bfdeb85784b7df132b2c64fb34ad9b11ffa (patch) | |
tree | c27d7ca97995442f1cf81b7c8216c13af589980d /arch/x86/kernel/reboot.c | |
parent | 34bf5d0ff54d03f0a8ed690d47efb806ee2fffcb (diff) |
x86: reboot.c declare port_cf9_safe before they get used
Impact: cleanup, avoid sparse warning
Include "../pci/pci.h" for port_cf9_safe
Fixes this sparse warning:
arch/x86/kernel/reboot.c:43:6: warning: symbol 'port_cf9_safe' was not declared. Should it be static?
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/reboot.c')
-rw-r--r-- | arch/x86/kernel/reboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index 61f718df6eec..b165eb0884ed 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #include <mach_ipi.h> | 24 | #include <mach_ipi.h> |
25 | #include "../pci/pci.h" | ||
25 | 26 | ||
26 | 27 | ||
27 | /* | 28 | /* |