[PATCH 3/3] x86: xen/smp.h: Add missing #define

From: Rasmus Villemoes
Date: Fri Aug 22 2014 - 08:00:18 EST


The #define is missing from the include guard idiom.

Signed-off-by: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
---
arch/x86/xen/smp.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/x86/xen/smp.h b/arch/x86/xen/smp.h
index c7c2d89..b4f1561 100644
--- a/arch/x86/xen/smp.h
+++ b/arch/x86/xen/smp.h
@@ -1,4 +1,5 @@
#ifndef _XEN_SMP_H
+#define _XEN_SMP_H

extern void xen_send_IPI_mask(const struct cpumask *mask,
int vector);
--
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/