Commit f90af5ca authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[NET]: Do not mark dummy_free_one() __exit in dummy.c driver.

parent ead89f2d
......@@ -112,7 +112,7 @@ static int __init dummy_init_one(int index)
return err;
}
static void __exit dummy_free_one(int index)
static void dummy_free_one(int index)
{
unregister_netdev(dummies[index]);
free_netdev(dummies[index]);
......
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