diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-12-23 21:51:28 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-27 11:30:17 +0100 |
commit | 0b936bfdeb85784b7df132b2c64fb34ad9b11ffa (patch) | |
tree | c27d7ca97995442f1cf81b7c8216c13af589980d /arch/x86/kernel/reboot.c | |
parent | 34bf5d0ff54d03f0a8ed690d47efb806ee2fffcb (diff) | |
download | op-kernel-dev-0b936bfdeb85784b7df132b2c64fb34ad9b11ffa.zip op-kernel-dev-0b936bfdeb85784b7df132b2c64fb34ad9b11ffa.tar.gz |
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 61f718d..b165eb0 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c @@ -22,6 +22,7 @@ #endif #include <mach_ipi.h> +#include "../pci/pci.h" /* |