Commit 5ad3c1db authored by Harald Welte's avatar Harald Welte

adapt te12xp to DAHDI API changes since its removal

parent ea4a9e4f
......@@ -3180,7 +3180,7 @@ static int __init te12xp_init(void)
kmem_cache_destroy(cmd_cache);
return -EINVAL;
}
res = dahdi_pci_module(&te12xp_driver);
res = pci_register_driver(&te12xp_driver);
if (res) {
kmem_cache_destroy(cmd_cache);
return -ENODEV;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment