 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] arch/x86/xen/smp.h: Remove a semicolon to fix build error.
 Remove an improper semicolon with which linux next tree won't compile.
Signed-off-by: Faisal Abbas <90.abbasfaisal@xxxxxxxxx>
---
 arch/x86/xen/smp.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/xen/smp.h b/arch/x86/xen/smp.h
index eed00a8..963d62a 100644
--- a/arch/x86/xen/smp.h
+++ b/arch/x86/xen/smp.h
@@ -11,7 +11,7 @@ extern void xen_send_IPI_self(int vector);
 #ifdef CONFIG_XEN_PVH
 extern void xen_pvh_early_cpu_init(int cpu, bool entry);
 #else
-static inline void xen_pvh_early_cpu_init(int cpu, bool entry);
+static inline void xen_pvh_early_cpu_init(int cpu, bool entry)
 {
 }
 #endif
-- 
1.7.9.5
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |