[patch 2.6.9 8/11] ns83820: Add MODULE_VERSION

From: John W. Linville
Date: Wed Oct 20 2004 - 15:25:55 EST


Add MODULE_VERSION to ns83820 driver.

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

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

--- linux-2.6.9/drivers/net/ns83820.c.ns83820
+++ linux-2.6.9/drivers/net/ns83820.c
@@ -2106,6 +2106,7 @@ static void __exit ns83820_exit(void)
MODULE_AUTHOR("Benjamin LaHaise <bcrl@xxxxxxxxxx>");
MODULE_DESCRIPTION("National Semiconductor DP83820 10/100/1000 driver");
MODULE_LICENSE("GPL");
+MODULE_VERSION(VERSION);

MODULE_DEVICE_TABLE(pci, ns83820_pci_tbl);

-
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/