Commit 1f8919e9 authored by Paul Vojta's avatar Paul Vojta Committed by Jeff Garzik

Mark dmfe net driver with __devexit, fixing hotplug support and

occasional linker warnings/errors
parent d865fb54
......@@ -461,7 +461,7 @@ static int __devinit dmfe_init_one (struct pci_dev *pdev,
}
static void __exit dmfe_remove_one (struct pci_dev *pdev)
static void __devexit dmfe_remove_one (struct pci_dev *pdev)
{
struct net_device *dev = pci_get_drvdata(pdev);
struct dmfe_board_info *db = dev->priv;
......
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