public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: reboot.c declare port_cf9_safe before they get used
@ 2008-12-23 16:21 Jaswinder Singh
  2008-12-27 10:31 ` Ingo Molnar
  0 siblings, 1 reply; 7+ messages in thread
From: Jaswinder Singh @ 2008-12-23 16:21 UTC (permalink / raw)
  To: Ingo Molnar, x86 maintainers, LKML

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>
---
 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 ba7b9a0..f39e871 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"
 
 
 /*
-- 
1.5.5.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-29 17:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-23 16:21 [PATCH] x86: reboot.c declare port_cf9_safe before they get used Jaswinder Singh
2008-12-27 10:31 ` Ingo Molnar
2008-12-27 10:36   ` Jaswinder Singh Rajput
2008-12-29  8:43   ` Jaswinder Singh Rajput
2008-12-29 11:08     ` Ingo Molnar
2008-12-29 17:09       ` Jesse Barnes
2008-12-29 17:18         ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox