* [KJ] [Patch 3/3] Add module version to amd8111e.c
@ 2005-03-28 21:17 Chuck Short
0 siblings, 0 replies; only message in thread
From: Chuck Short @ 2005-03-28 21:17 UTC (permalink / raw)
To: kernel-janitors
Description: This patch adds MODULE_VERSION to amd8111e
Signed-off-by: Chuck Short <zulcss@gmail.com>
diff -Naur linux-2.6.12-rc1.orig/drivers/net/amd8111e.c
linux-2.6.12-rc1/drivers/net/amd8111e.c
--- linux-2.6.12-rc1.orig/drivers/net/amd8111e.c 2005-03-27
09:44:51.000000000 -0500
+++ linux-2.6.12-rc1/drivers/net/amd8111e.c 2005-03-27
13:12:29.000000000 -0500
@@ -105,6 +105,7 @@
MODULE_AUTHOR("Advanced Micro Devices, Inc.");
MODULE_DESCRIPTION ("AMD8111 based 10/100 Ethernet Controller. Driver
Version 3.0.3");
MODULE_LICENSE("GPL");
+MODULE_VERSION(MODULE_VERS);
MODULE_DEVICE_TABLE(pci, amd8111e_pci_tbl);
module_param_array(speed_duplex, int, NULL, 0);
MODULE_PARM_DESC(speed_duplex, "Set device speed and duplex modes, 0:
Auto Negotitate, 1: 10Mbps Half Duplex, 2: 10Mbps Full Duplex, 3:
100Mbps Half Duplex, 4: 100Mbps Full Duplex");
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-28 21:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-28 21:17 [KJ] [Patch 3/3] Add module version to amd8111e.c Chuck Short
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.