From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: [PATCH 20/24] xtensa: Remove duplicate definition of BITS_PER_LONG Date: Mon, 25 Nov 2013 09:55:30 +0100 Message-ID: <1385369734-24893-21-git-send-email-geert@linux-m68k.org> References: <1385369734-24893-1-git-send-email-geert@linux-m68k.org> Return-path: Received: from juliette.telenet-ops.be ([195.130.137.74]:36479 "EHLO juliette.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753766Ab3KYIzr (ORCPT ); Mon, 25 Nov 2013 03:55:47 -0500 In-Reply-To: <1385369734-24893-1-git-send-email-geert@linux-m68k.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann , linux-arch@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Geert Uytterhoeven , Chris Zankel , Max Filippov , linux-xtensa@linux-xtensa.org The definition for BITS_PER_LONG is already indirectly provided by , via and Signed-off-by: Geert Uytterhoeven Cc: Chris Zankel Cc: Max Filippov Cc: linux-xtensa@linux-xtensa.org --- arch/xtensa/include/asm/types.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/xtensa/include/asm/types.h b/arch/xtensa/include/asm/types.h index 2b410b8c7f79..44f411c75837 100644 --- a/arch/xtensa/include/asm/types.h +++ b/arch/xtensa/include/asm/types.h @@ -12,12 +12,4 @@ #include -#ifndef __ASSEMBLY__ -/* - * These aren't exported outside the kernel to avoid name space clashes - */ - -#define BITS_PER_LONG 32 - -#endif #endif /* _XTENSA_TYPES_H */ -- 1.7.9.5