linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zwane Mwaikambo <zwane@linuxpower.ca>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH][2.5] Grab SET_MODULE_OWNER from the clutches of the deprecated
Date: Sun, 6 Apr 2003 16:35:48 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.50.0304061633590.2268-100000@montezuma.mastecende.com> (raw)

This comment seems to want to include SET_MODULE_OWNER as one of the 
deprecated facilities.

Index: linux-2.5.66/include/linux/module.h
===================================================================
RCS file: /build/cvsroot/linux-2.5.66/include/linux/module.h,v
retrieving revision 1.1.1.1
diff -u -p -B -r1.1.1.1 module.h
--- linux-2.5.66/include/linux/module.h	24 Mar 2003 23:40:13 -0000	1.1.1.1
+++ linux-2.5.66/include/linux/module.h	6 Apr 2003 20:21:51 -0000
@@ -412,9 +412,9 @@ __attribute__((section(".gnu.linkonce.th
 #endif /* MODULE */
 
 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
+#define SET_MODULE_OWNER(dev) ((dev)->owner = THIS_MODULE)
 
 /* BELOW HERE ALL THESE ARE OBSOLETE AND WILL VANISH */
-#define SET_MODULE_OWNER(dev) ((dev)->owner = THIS_MODULE)
 
 struct obsolete_modparm {
 	char name[64];

-- 
function.linuxpower.ca

                 reply	other threads:[~2003-04-06 20:28 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=Pine.LNX.4.50.0304061633590.2268-100000@montezuma.mastecende.com \
    --to=zwane@linuxpower.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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;
as well as URLs for NNTP newsgroup(s).