Commit 8baf8d2a authored by Coywolf Qi Hunt's avatar Coywolf Qi Hunt Committed by Linus Torvalds

[PATCH] remove redundant sys_delete_module()

Peter Chubb recently split out a standalone sys_ni.c file for the not
implemented syscalls.  This patch removes the redundant sys_delete_module()
in module.c.
Signed-off-by: default avatarCoywolf Qi Hunt <coywolf@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2612d7a4
......@@ -681,13 +681,6 @@ static inline int use_module(struct module *a, struct module *b)
static inline void module_unload_init(struct module *mod)
{
}
asmlinkage long
sys_delete_module(const char __user *name_user, unsigned int flags)
{
return -ENOSYS;
}
#endif /* CONFIG_MODULE_UNLOAD */
#ifdef CONFIG_OBSOLETE_MODPARM
......
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