Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264861AbUDWQVk (ORCPT ); Fri, 23 Apr 2004 12:21:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264860AbUDWQVi (ORCPT ); Fri, 23 Apr 2004 12:21:38 -0400 Received: from dragnfire.mtl.istop.com ([66.11.160.179]:8835 "EHLO dsl.commfireservices.com") by vger.kernel.org with ESMTP id S264859AbUDWQVe (ORCPT ); Fri, 23 Apr 2004 12:21:34 -0400 Date: Fri, 23 Apr 2004 12:22:01 -0400 (EDT) From: Zwane Mwaikambo To: Marcelo Tosatti Cc: linux-kernel@vger.kernel.org Subject: [PATCH][2.4] typo in include/linux/compiler.h In-Reply-To: <20040422130651.GB18358@logos.cnet> Message-ID: References: <20040422130651.GB18358@logos.cnet> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 28 On Thu, 22 Apr 2004, Marcelo Tosatti wrote: > Scott Feldman: > o Update MAINTAINERS with new e100/e100 maintainers > > Zwane Mwaikambo: > o fix module load with gcc3.3.3 Hello Marcelo, I appear to have missed a small fix, although it won't affect anyone for a while to come; --- linux-2.4-bk/include/linux/compiler.h 2004-04-23 12:17:12.292797432 -0400 +++ linux-2.4-bk/include/linux/compiler.h-patch 2004-04-23 12:18:11.923732152 -0400 @@ -14,7 +14,7 @@ #define unlikely(x) __builtin_expect((x),0) #if __GNUC__ > 3 -#define __attribute_used__ __attribute((__used__)) +#define __attribute_used__ __attribute__((__used__)) #elif __GNUC__ == 3 #if __GNUC_MINOR__ >= 3 # define __attribute_used__ __attribute__((__used__)) - 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/