[patch 2.6.9 2/11] e100: Add MODULE_VERSION

From: John W. Linville
Date: Thu Oct 21 2004 - 01:37:17 EST


Add MODULE_VERSION to e100 driver.

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

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

Re-send -- forgot Signed-off-by line...

--- linux-2.6.9/drivers/net/e100.c.orig
+++ linux-2.6.9/drivers/net/e100.c
@@ -166,6 +166,7 @@
MODULE_DESCRIPTION(DRV_DESCRIPTION);
MODULE_AUTHOR(DRV_COPYRIGHT);
MODULE_LICENSE("GPL");
+MODULE_VERSION(DRV_VERSION);

static int debug = 3;
module_param(debug, int, 0);
-
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/