2002-11-07 22:50:25

by Henrique Gobbi

[permalink] [raw]
Subject: [Trivial Driver patch] - PC300 driver

Hello,

Please include this patch to the linux-2.5.46/drivers/net/wan/pc300_drv.c
file. It includes the MODULE_xxx macros.

thanks in advance
Henrique


--- linux-2.5.46/drivers/net/wan/pc300_drv.c.old Thu Nov 7 22:42:12
2002
+++ linux-2.5.46/drivers/net/wan/pc300_drv.c Thu Nov 7 22:42:19 2002
@@ -3687,3 +3687,9 @@

module_init(cpc_init);
module_exit(cpc_cleanup_module);
+
+MODULE_DESCRIPTION("Cyclades-PC300 cards driver");
+MODULE_AUTHOR( "Author: Ivan Passos <[email protected]>\r\n"
+ "Maintainer: Henrique Gobbi <[email protected]");
+MODULE_LICENSE("GPL");
+