Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263005AbVCXDe0 (ORCPT ); Wed, 23 Mar 2005 22:34:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263014AbVCXDdQ (ORCPT ); Wed, 23 Mar 2005 22:33:16 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:54289 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S263007AbVCXDKb (ORCPT ); Wed, 23 Mar 2005 22:10:31 -0500 Date: Thu, 24 Mar 2005 04:10:26 +0100 From: Adrian Bunk To: Andrew Morton , Tina Yang , Scott Bardone , Christoph Lameter Cc: linux-kernel@vger.kernel.org, jgarzik@pobox.com, linux-net@vger.kernel.org Subject: [-mm patch] drivers/net/chelsio/osdep.h: small cleanups Message-ID: <20050324031026.GV1948@stusta.de> References: <20050321025159.1cabd62e.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050321025159.1cabd62e.akpm@osdl.org> User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 871 Lines: 28 The #define MODVERSIONS doesn't make sense. And there's no need to #ifdef an #include . Signed-off-by: Adrian Bunk --- linux-2.6.12-rc1-mm1-full/drivers/net/chelsio/osdep.h.old 2005-03-24 01:20:02.000000000 +0100 +++ linux-2.6.12-rc1-mm1-full/drivers/net/chelsio/osdep.h 2005-03-24 01:20:17.000000000 +0100 @@ -33,13 +33,7 @@ #define __CHELSIO_OSDEP_H #include -#if defined(MODULE) && ! defined(MODVERSIONS) -#define MODVERSIONS -#endif -#ifdef MODULE #include -#endif - #include #include #include - 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/