]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
Remove bogus extern declaration.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 15 Apr 2006 14:54:35 +0000 (15:54 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 15 Apr 2006 14:54:35 +0000 (15:54 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/smp.c

index fc0a545883e71939e466a04b029f457a022fbcaa..74294a90b54e72e5dda3dfacdc31b568cf340264 100644 (file)
@@ -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,