public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] removes redundant sys_delete_module()
@ 2004-12-30  9:54 Coywolf Qi Hunt
  0 siblings, 0 replies; only message in thread
From: Coywolf Qi Hunt @ 2004-12-30  9:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: peterc, akpm, torvalds

Peter Chubb recently splitted 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: Coywolf Qi Hunt <coywolf@gmail.com>

 module.c |    7 -------
 1 files changed, 7 deletions(-)

diff -Nurp 2.6.10/kernel/module.c 2.6.10-cy/kernel/module.c
--- 2.6.10/kernel/module.c	2004-12-29 01:29:40.000000000 +0800
+++ 2.6.10-cy/kernel/module.c	2004-12-30 17:17:41.000000000 +0800
@@ -681,13 +681,6 @@ static inline int use_module(struct modu
 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

-- 
Coywolf Qi Hunt
Homepage http://sosdg.org/~coywolf/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-30  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-30  9:54 [patch] removes redundant sys_delete_module() Coywolf Qi Hunt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox