summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-18 00:15:32 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-18 00:15:32 +0000
commitf1e4f5407b57175f784c1d7b3bcea95b0787358e (patch)
tree631f8568c7db56b754132362bfb528c57263fba9
parentbd25c7cbdbb8019b5eb3c02def3f6f0efda10cb1 (diff)
make module name compatible with 2.6.13+ kernels
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@739 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 b359003..d2713fa 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -2826,7 +2826,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),