[Asterisk-cvs] zaptel wct4xxp.c,1.51.2.13,1.51.2.14

kpfleming kpfleming
Wed Aug 17 20:13:21 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv23603

Modified Files:
      Tag: v1-0
	wct4xxp.c 
Log Message:
make module name compatible with 2.6.13+ kernels


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.51.2.13
retrieving revision 1.51.2.14
diff -u -d -r1.51.2.13 -r1.51.2.14
--- wct4xxp.c	14 Aug 2005 20:09:25 -0000	1.51.2.13
+++ wct4xxp.c	18 Aug 2005 00:15:59 -0000	1.51.2.14
@@ -2823,7 +2823,7 @@
 };
 
 static struct pci_driver t4_driver = {
-	name: 	"Unified t4xxp/t2xxp driver",
+	name: 	"Unified t4xxp-t2xxp driver",
 	probe: 	t4_init_one,
 #ifdef LINUX26
 	remove:	__devexit_p(t4_remove_one),




More information about the svn-commits mailing list