summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-11 06:15:59 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-11 06:15:59 +0000
commit04458e18fbf6e4c6259428b2c04ded4c335ee7b4 (patch)
tree23e0c3ce366401975c5cb497c6fd3365ff4e39de
parent1a7d51c7d58652ae67a54340928d504e7ec9f10c (diff)
correct module name
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@622 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwcte11xp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcte11xp.c b/wcte11xp.c
index cfaf28b..259c74c 100755
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -1538,7 +1538,7 @@ static struct pci_device_id t1xxp_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci,t1xxp_pci_tbl);
static struct pci_driver t1xxp_driver = {
- name: "t1xxp",
+ name: "wcte11xp",
probe: t1xxp_init_one,
#ifdef LINUX26
remove: __devexit_p(t1xxp_remove_one),