]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86, VisWS: build fix
authorIngo Molnar <mingo@elte.hu>
Thu, 10 Jul 2008 17:39:55 +0000 (19:39 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 10 Jul 2008 17:45:01 +0000 (19:45 +0200)
fix:

arch/x86/kernel/visws_quirks.c: In function ‘visws_early_detect’:
arch/x86/kernel/visws_quirks.c:293: error: ‘no_broadcast’ undeclared (first use in this function)
arch/x86/kernel/visws_quirks.c:293: error: (Each undeclared identifier is reported only once
arch/x86/kernel/visws_quirks.c:293: error: for each function it appears in.)
make[1]: *** [arch/x86/kernel/visws_quirks.o] Error 1
make: *** [arch/x86/kernel/visws_quirks.o] Error 2

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/visws_quirks.c

index 5c715c24ab55b1a17e03a9195660f3874db71acb..e94bdb6add1d335b273eb5613962d686ffc08198 100644 (file)
@@ -57,6 +57,8 @@
 #include <linux/pci.h>
 #include <linux/pci_ids.h>
 
+extern int no_broadcast;
+
 #include <asm/io.h>
 #include <asm/apic.h>
 #include <asm/arch_hooks.h>