Commit 70028644 authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN/HiSax: Add missing __devexit_p()

parent 84cadf5c
......@@ -1605,7 +1605,7 @@ static void __devexit hfcpci_remove(struct pci_dev *pdev)
static struct pci_driver hfcpci_driver = {
.name = "hfcpci",
.probe = hfcpci_probe,
.remove = hfcpci_remove,
.remove = __devexit_p(hfcpci_remove),
.id_table = hfcpci_ids,
};
......
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