Commit 87430400 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] without this tulip doesn't build non modular

parent 4e0c04ff
......@@ -2216,7 +2216,7 @@ static struct pci_driver de_driver = {
.name = DRV_NAME,
.id_table = de_pci_tbl,
.probe = de_init_one,
.remove = de_remove_one,
.remove = __devexit_p(de_remove_one),
#ifdef CONFIG_PM
.suspend = de_suspend,
.resume = de_resume,
......
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