From: kaf24@firebug.cl.cam.ac.uk Date: Sat, 15 Apr 2006 14:54:35 +0000 (+0100) Subject: Remove bogus extern declaration. X-Git-Tag: RELEASE-3.0.2-3~64 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d0458eb7d32a359cc3f49439f575b996ba3e594e;p=people%2Fvhanquez%2Fxen.git Remove bogus extern declaration. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/smp.c b/xen/arch/x86/smp.c index fc0a54588..74294a90b 100644 --- a/xen/arch/x86/smp.c +++ b/xen/arch/x86/smp.c @@ -306,7 +306,7 @@ int smp_call_function( return on_selected_cpus(allbutself, func, info, retry, wait); } -extern int on_selected_cpus( +int on_selected_cpus( cpumask_t selected, void (*func) (void *info), void *info,