summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-11-15 14:28:44 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-11-15 14:28:44 +0000
commita7297d28c5ae5d83802e707fc2149618d12ee72f (patch)
tree52489abd50ca7472f65486a0b3386794e59e2dcf /wcfxo.c
parentc77a44d1b7e5e581ceae0821d981790c58cff267 (diff)
port API call update from HEAD
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@817 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 098b9f4..4ddfea2 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -1007,7 +1007,7 @@ static int __init wcfxo_init(void)
printk("%d: %s\n", x, fxo_modes[x].name);
return -ENODEV;
}
- res = pci_module_init(&wcfxo_driver);
+ res = zap_pci_module(&wcfxo_driver);
if (res)
return -ENODEV;
return 0;