[patch 2.6.9 4/11] b44: Add MODULE_VERSION

From: John W. Linville
Date: Thu Oct 21 2004 - 02:42:54 EST


Add MODULE_VERSION to b44 driver.

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

--- linux-2.6.9/drivers/net/b44.c.orig
+++ linux-2.6.9/drivers/net/b44.c
@@ -79,6 +79,7 @@ MODULE_DESCRIPTION("Broadcom 4400 10/100
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 */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/