From 4f682fbb27deb308ca6a1e24ec9c2be41e6d1026 Mon Sep 17 00:00:00 2001 From: Johannes Weiner Date: Wed, 4 Mar 2009 16:21:28 +0100 Subject: [PATCH] xtensa: remove redefinition of XCHAL_MMU_ASID_BITS This constant is defined in all core headers. Remove the redundant definition which might error out if other includes lead to inclusion of . Signed-off-by: Johannes Weiner Signed-off-by: Chris Zankel --- arch/xtensa/include/asm/mmu_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/xtensa/include/asm/mmu_context.h b/arch/xtensa/include/asm/mmu_context.h index c0fd8e5b4513..6b7c19c8f4ce 100644 --- a/arch/xtensa/include/asm/mmu_context.h +++ b/arch/xtensa/include/asm/mmu_context.h @@ -16,13 +16,13 @@ #include #include +#include + #include #include #include #include -#define XCHAL_MMU_ASID_BITS 8 - #if (XCHAL_HAVE_TLBS != 1) # error "Linux must have an MMU!" #endif -- 2.39.2