Received: with ECARTIS (v1.0.0; list netdev); Wed, 20 Oct 2004 12:39:01 -0700 (PDT) Received: from ra.tuxdriver.com (ra.tuxdriver.com [24.172.12.4]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id i9KJcuTD026530 for ; Wed, 20 Oct 2004 12:38:57 -0700 Received: (from linville@localhost) by ra.tuxdriver.com (8.11.6/8.11.6) id i9KIXwU14751; Wed, 20 Oct 2004 14:33:58 -0400 Date: Wed, 20 Oct 2004 14:33:58 -0400 From: "John W. Linville" To: netdev@oss.sgi.com, linux-kernel@vger.kernel.org, jgarzik@pobox.com, davem@davemloft.net Subject: [patch 2.6.9 1/11] tg3: Add MODULE_VERSION Message-ID: <20041020143358.O8775@tuxdriver.com> Mail-Followup-To: netdev@oss.sgi.com, linux-kernel@vger.kernel.org, jgarzik@pobox.com, davem@davemloft.net References: <20041020141146.C8775@tuxdriver.com> <20041020141440.D8775@tuxdriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20041020141440.D8775@tuxdriver.com>; from linville@tuxdriver.com on Wed, Oct 20, 2004 at 02:14:40PM -0400 X-archive-position: 10546 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: linville@tuxdriver.com Precedence: bulk X-list: netdev Content-Length: 582 Lines: 20 Add MODULE_VERSION to tg3 driver. Signed-off-by: John W. Linville --- drivers/net/tg3.c | 1 + 1 files changed, 1 insertion(+) Re-send -- forgot Signed-off-by line... --- linux-2.6.9/drivers/net/tg3.c.orig +++ linux-2.6.9/drivers/net/tg3.c @@ -143,6 +143,7 @@ MODULE_DESCRIPTION("Broadcom Tigon3 ethe MODULE_LICENSE("GPL"); MODULE_PARM(tg3_debug, "i"); MODULE_PARM_DESC(tg3_debug, "Tigon3 bitmapped debugging message enable value"); +MODULE_VERSION(DRV_MODULE_VERSION); static int tg3_debug = -1; /* -1 == use TG3_DEF_MSG_ENABLE as value */