summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/reboot.c
diff options
context:
space:
mode:
authorJaswinder Singh <jaswinder@infradead.org>2008-12-23 21:51:28 +0530
committerIngo Molnar <mingo@elte.hu>2008-12-27 11:30:17 +0100
commit0b936bfdeb85784b7df132b2c64fb34ad9b11ffa (patch)
treec27d7ca97995442f1cf81b7c8216c13af589980d /arch/x86/kernel/reboot.c
parent34bf5d0ff54d03f0a8ed690d47efb806ee2fffcb (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.c1
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 @@
#endif
#include <mach_ipi.h>
+#include "../pci/pci.h"
/*