From a7297d28c5ae5d83802e707fc2149618d12ee72f Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 15 Nov 2005 14:28:44 +0000 Subject: port API call update from HEAD git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@817 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct1xxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wct1xxp.c') diff --git a/wct1xxp.c b/wct1xxp.c index 1a46043..3c163dd 100755 --- a/wct1xxp.c +++ b/wct1xxp.c @@ -1390,7 +1390,7 @@ static struct pci_driver t1xxp_driver = { static int __init t1xxp_init(void) { int res; - res = pci_module_init(&t1xxp_driver); + res = zap_pci_module(&t1xxp_driver); if (res) return -ENODEV; return 0; -- cgit v1.2.3