| commit | 0b936bfdeb85784b7df132b2c64fb34ad9b11ffa | [log] [tgz] |
|---|---|---|
| author | Jaswinder Singh <jaswinder@infradead.org> | Tue Dec 23 21:51:28 2008 +0530 |
| committer | Ingo Molnar <mingo@elte.hu> | Sat Dec 27 11:30:17 2008 +0100 |
| tree | c27d7ca97995442f1cf81b7c8216c13af589980d | |
| 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>