summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wctdm24xxp')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index b9c63fa..9cd3ae4 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -3981,7 +3981,7 @@ static int __init wctdm_init(void)
battthresh = fxo_modes[_opermode].battthresh;
}
- res = zap_pci_module(&wctdm_driver);
+ res = dahdi_pci_module(&wctdm_driver);
if (res)
return -ENODEV;
return 0;