public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: include prototype for no_broadcast in mach-default/setup.c
@ 2008-02-12 20:35 Harvey Harrison
  2008-02-13 10:42 ` Ingo Molnar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Harvey Harrison @ 2008-02-12 20:35 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner; +Cc: H. Peter Anvin, LKML

Fixes sparse warning:
arch/x86/mach-default/setup.c:19:5: warning: symbol 'no_broadcast' was not declared. Should it be static?

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
 arch/x86/mach-default/setup.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/mach-default/setup.c b/arch/x86/mach-default/setup.c
index 0c28a07..ba1e7bd 100644
--- a/arch/x86/mach-default/setup.c
+++ b/arch/x86/mach-default/setup.c
@@ -9,6 +9,7 @@
 #include <asm/arch_hooks.h>
 #include <asm/e820.h>
 #include <asm/setup.h>
+#include <asm/mach-default/mach_ipi.h>
 
 #ifdef CONFIG_HOTPLUG_CPU
 #define DEFAULT_SEND_IPI	(1)
-- 
1.5.4.1.1278.gc75be




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

end of thread, other threads:[~2008-02-17 21:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-12 20:35 [PATCH] x86: include prototype for no_broadcast in mach-default/setup.c Harvey Harrison
2008-02-13 10:42 ` Ingo Molnar
2008-02-13 17:34   ` Harvey Harrison
2008-02-17 20:09     ` Ingo Molnar
2008-02-17 21:36       ` Harvey Harrison
2008-02-16 18:30 ` Thomas Gleixner
2008-02-17 14:01 ` Thomas Gleixner

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