Commit 95e329cb authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[ATM]: Fix IPHASE driver build.

parent 023f3d8b
......@@ -3281,7 +3281,7 @@ static struct pci_driver ia_driver = {
.name = DEV_LABEL,
.id_table = ia_pci_tbl,
.probe = ia_init_one,
.remove = ia_remove_one,
.remove = __devexit_p(ia_remove_one),
};
static int __init ia_module_init(void)
......
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