Commit 319ec78c authored by Anders Gustafsson's avatar Anders Gustafsson Committed by David S. Miller

[IPV6]: cleanup_ipv6_mibs cannot be __exit, since it is called on the ipv6_init error path.

parent e74356b9
......@@ -684,7 +684,7 @@ static int __init init_ipv6_mibs(void)
}
static void __exit cleanup_ipv6_mibs(void)
static void cleanup_ipv6_mibs(void)
{
kfree_percpu(ipv6_statistics[0]);
kfree_percpu(ipv6_statistics[1]);
......
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