Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932896AbZD3Pra (ORCPT ); Thu, 30 Apr 2009 11:47:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932409AbZD3Pm0 (ORCPT ); Thu, 30 Apr 2009 11:42:26 -0400 Received: from moutng.kundenserver.de ([212.227.126.177]:62905 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932402AbZD3PmG (ORCPT ); Thu, 30 Apr 2009 11:42:06 -0400 Message-Id: <4f8f43d8ba5606f043db577c896ab88b8cf21cd7.1241105648.git.arnd@arndb.de> In-Reply-To: References: From: Arnd Bergmann Date: Mon, 27 Apr 2009 17:18:05 +0200 Subject: [PATCH 21/27] microblaze: use generic swab.h Cc: linux-arch@vger.kernel.org, Michal Simek , Remis Lima Baima , linux-kernel@vger.kernel.org X-Provags-ID: V01U2FsdGVkX1+D0uGYJL2bbRM3vBVPxYM4v/IxOyXHbiXPOAj 3u+nKL+LeawdgeTKuEhy8azoRmZrtAhadh32VANnil9GCXVYsb FtkJMrkPwKiWS7i9MrLJQ== To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 871 Lines: 28 Signed-off-by: Arnd Bergmann --- arch/microblaze/include/asm/swab.h | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/arch/microblaze/include/asm/swab.h b/arch/microblaze/include/asm/swab.h index b375d7b..7847e56 100644 --- a/arch/microblaze/include/asm/swab.h +++ b/arch/microblaze/include/asm/swab.h @@ -1,8 +1 @@ -#ifndef _ASM_MICROBLAZE_SWAB_H -#define _ASM_MICROBLAZE_SWAB_H - -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) -#define __SWAB_64_THRU_32__ -#endif - -#endif /* _ASM_MICROBLAZE_SWAB_H */ +#include -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/