Commit 6ef05c91 authored by Arjan van de Ven's avatar Arjan van de Ven Committed by David S. Miller

net/llc/llc_proc.c: Do not mark llc_proc_exist with __exit.

parent 49daee21
......@@ -258,7 +258,7 @@ int __init llc_proc_init(void)
goto out;
}
void __exit llc_proc_exit(void)
void llc_proc_exit(void)
{
remove_proc_entry("socket", llc_proc_dir);
remove_proc_entry("core", llc_proc_dir);
......
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