summaryrefslogtreecommitdiff
path: root/tor2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tor2.c')
-rwxr-xr-xtor2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor2.c b/tor2.c
index 7ee9f81..642b496 100755
--- a/tor2.c
+++ b/tor2.c
@@ -628,7 +628,7 @@ static struct pci_driver tor2_driver = {
static int __init tor2_init(void) {
int res;
- res = pci_module_init(&tor2_driver);
+ res = zap_pci_module(&tor2_driver);
printk("Registered Tormenta2 PCI\n");
return res;
}