asm/xchg.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> --- arch/alpha/include/asm/cmpxchg.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/alpha/include/asm/cmpxchg.h b/arch/alpha/include/asm/cmpxchg.h index 429e8cd..8df1674 100644 --- a/arch/alpha/include/asm/cmpxchg.h +++ b/arch/alpha/include/asm/cmpxchg.h @@ -40,7 +40,6 @@ #undef ____cmpxchg #define ____xchg(type, args...) __xchg ##type(args) #define ____cmpxchg(type, args...) __cmpxchg ##type(args) -#include <asm/xchg.h> #define xchg(ptr, x) \ ({ \ -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html