Commit ef2f4abb authored by Jeff Garzik's avatar Jeff Garzik

Alan snuck in an ugly bandaid into de2104x net driver...

add a #warning so it's not forgotten.
parent a0f3a291
......@@ -2216,6 +2216,7 @@ static struct pci_driver de_driver = {
.name = DRV_NAME,
.id_table = de_pci_tbl,
.probe = de_init_one,
#warning only here to fix build. should be __exit_p not __devexit_p.
.remove = __devexit_p(de_remove_one),
#ifdef CONFIG_PM
.suspend = de_suspend,
......
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