netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 4/4]  8139cp net driver: add MODULE_VERSION
@ 2004-11-20  2:45 janitor
  2004-11-20  3:01 ` Felipe W Damasio
  0 siblings, 1 reply; 3+ messages in thread
From: janitor @ 2004-11-20  2:45 UTC (permalink / raw)
  To: jgarzik; +Cc: netdev, janitor, felipewd




	Hi Jeff,

	Add MODULE_VERSION to 8139cp net driver.

	Cheers,

Felipe


Signed-off-by: Felipe W Damasio <felipewd@terra.com.br>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>

---

 linux-2.6.10-rc2-bk4-max/drivers/net/8139cp.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/net/8139cp.c~add_module_version-drivers_net_8139cp drivers/net/8139cp.c
--- linux-2.6.10-rc2-bk4/drivers/net/8139cp.c~add_module_version-drivers_net_8139cp	2004-11-19 17:18:43.000000000 +0100
+++ linux-2.6.10-rc2-bk4-max/drivers/net/8139cp.c	2004-11-19 17:18:43.000000000 +0100
@@ -91,6 +91,7 @@ KERN_INFO DRV_NAME ": 10/100 PCI Etherne
 
 MODULE_AUTHOR("Jeff Garzik <jgarzik@pobox.com>");
 MODULE_DESCRIPTION("RealTek RTL-8139C+ series 10/100 PCI Ethernet driver");
+MODULE_VERSION(DRV_VERSION);
 MODULE_LICENSE("GPL");
 
 static int debug = -1;
_

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-20  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-20  2:45 [patch 4/4] 8139cp net driver: add MODULE_VERSION janitor
2004-11-20  3:01 ` Felipe W Damasio
2004-11-20  8:43   ` maximilian attems

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).