public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Coywolf Qi Hunt <coywolf@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: peterc@gelato.unsw.edu.au, akpm@osdl.org, torvalds@osdl.org
Subject: [patch] removes redundant sys_delete_module()
Date: Thu, 30 Dec 2004 17:54:01 +0800	[thread overview]
Message-ID: <2cd57c9004123001542a4192bb@mail.gmail.com> (raw)

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/

                 reply	other threads:[~2004-12-30  9:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2cd57c9004123001542a4192bb@mail.gmail.com \
    --to=coywolf@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterc@gelato.unsw.edu.au \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox