summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-18 00:15:59 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-18 00:15:59 +0000
commit28254b088c433860f83528ca33dc5b499feca182 (patch)
tree528d438d8b516ef091491c1382ab167cb5e0f7e6
parentef6877cdcaaf880700ee8716366960f90118b22d (diff)
make module name compatible with 2.6.13+ kernels
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@740 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 00b98f3..948e142 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -2823,7 +2823,7 @@ static struct pci_device_id t4_pci_tbl[] __devinitdata =
};
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),