public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] Un-deprecate inter_module_*
Date: Wed, 21 Dec 2005 19:14:30 -0500	[thread overview]
Message-ID: <1135210470.31433.24.camel@mindpipe> (raw)

Andrew,

I am also sick of looking at "inter_module_foo is deprecated" warnings.
They have been deprecated for 6-12 months and obviously no one is fixing
it.  I don't have the time or the inclination to fix it so here's a
patch to un-deprecate inter_module_*.

Signed-Off-By: Lee Revell <rlrevell@joe-job.com>

--- include/linux/module.h~	2005-12-16 14:45:27.000000000 -0500
+++ include/linux/module.h	2005-12-21 19:10:16.000000000 -0500
@@ -567,11 +567,11 @@
 
 /* Use symbol_get and symbol_put instead.  You'll thank me. */
 #define HAVE_INTER_MODULE
-extern void __deprecated inter_module_register(const char *,
+extern void inter_module_register(const char *,
 		struct module *, const void *);
-extern void __deprecated inter_module_unregister(const char *);
-extern const void * __deprecated inter_module_get_request(const char *,
+extern void inter_module_unregister(const char *);
+extern const void * inter_module_get_request(const char *,
 		const char *);
-extern void __deprecated inter_module_put(const char *);
+extern void inter_module_put(const char *);
 
 #endif /* _LINUX_MODULE_H */



             reply	other threads:[~2005-12-22  0:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-22  0:14 Lee Revell [this message]
2005-12-22  0:25 ` [PATCH] Un-deprecate inter_module_* Adrian Bunk

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=1135210470.31433.24.camel@mindpipe \
    --to=rlrevell@joe-job.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.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