netdev
[Top] [All Lists]

[patch 2.6.9 10/11] bonding: Add MODULE_VERSION

To: netdev@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, jgarzik@xxxxxxxxx, ctindel@xxxxxxxxxxxxxxxxxxxxx, fubar@xxxxxxxxxx
Subject: [patch 2.6.9 10/11] bonding: Add MODULE_VERSION
From: "John W. Linville" <linville@xxxxxxxxxxxxx>
Date: Wed, 20 Oct 2004 14:29:54 -0400
In-reply-to: <20041020141146.C8775@tuxdriver.com>; from linville@tuxdriver.com on Wed, Oct 20, 2004 at 02:11:46PM -0400
Mail-followup-to: netdev@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, jgarzik@xxxxxxxxx, ctindel@xxxxxxxxxxxxxxxxxxxxx, fubar@xxxxxxxxxx
References: <20041020141146.C8775@tuxdriver.com>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mutt/1.2.5.1i
Add MODULE_VERSION to bonding driver.

Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx>
---

 drivers/net/bonding/bond_main.c |    1 +
 1 files changed, 1 insertion(+)

--- linux-2.6.9/drivers/net/bonding/bond_main.c.orig
+++ linux-2.6.9/drivers/net/bonding/bond_main.c
@@ -4700,6 +4700,7 @@ static void __exit bonding_exit(void)
 module_init(bonding_init);
 module_exit(bonding_exit);
 MODULE_LICENSE("GPL");
+MODULE_VERSION(DRV_VERSION);
 MODULE_DESCRIPTION(DRV_DESCRIPTION ", v" DRV_VERSION);
 MODULE_AUTHOR("Thomas Davis, tadavis@xxxxxxx and many others");
 MODULE_SUPPORTED_DEVICE("most ethernet devices");

<Prev in Thread] Current Thread [Next in Thread>