]> git.neil.brown.name Git - history.git/commitdiff
[B44]: Add MODULE_VERSION.
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 20 Oct 2004 14:09:39 +0000 (07:09 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Wed, 20 Oct 2004 14:09:39 +0000 (07:09 -0700)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/b44.c

index adb24b740ddd127523cb2e38dc04fb03a3b463b7..9a4e0649677918eb45fb7ef109be125abdc3cdb9 100644 (file)
@@ -79,6 +79,7 @@ MODULE_DESCRIPTION("Broadcom 4400 10/100 PCI ethernet driver");
 MODULE_LICENSE("GPL");
 MODULE_PARM(b44_debug, "i");
 MODULE_PARM_DESC(b44_debug, "B44 bitmapped debugging message enable value");
+MODULE_VERSION(DRV_MODULE_VERSION);
 
 static int b44_debug = -1;     /* -1 == use B44_DEF_MSG_ENABLE as value */