Commit 961e5104 authored by Sebastian Dröge's avatar Sebastian Dröge Committed by Jeff Garzik

Fix dmfe net driver build with newer binutils.

parent 0d4b156f
...@@ -1986,7 +1986,7 @@ static struct pci_driver dmfe_driver = { ...@@ -1986,7 +1986,7 @@ static struct pci_driver dmfe_driver = {
name: "dmfe", name: "dmfe",
id_table: dmfe_pci_tbl, id_table: dmfe_pci_tbl,
probe: dmfe_init_one, probe: dmfe_init_one,
remove: dmfe_remove_one, remove: __devexit_p(dmfe_remove_one),
}; };
MODULE_AUTHOR("Sten Wang, sten_wang@davicom.com.tw"); MODULE_AUTHOR("Sten Wang, sten_wang@davicom.com.tw");
......
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