Commit d812c1c2 authored by Chas Williams's avatar Chas Williams Committed by David S. Miller

[ATM]: Fix modular CLIP.

parent 3312ab45
......@@ -83,7 +83,7 @@ int try_atm_clip_ops(void)
#ifdef CONFIG_ATM_CLIP_MODULE
EXPORT_SYMBOL(atm_clip_ops);
EXPORT_SYMBOL(atm_clip_ops_mutex);
EXPORT_SYMBOL(try_atm_clip_ops);
EXPORT_SYMBOL(atm_clip_ops_set);
#endif
#endif
......
......@@ -674,7 +674,7 @@ int __init atm_proc_init(void)
return -ENOMEM;
}
void __exit atm_proc_exit(void)
void atm_proc_exit(void)
{
atm_proc_cleanup();
}
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