public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Roman Zippel <zippel@linux-m68k.org>
To: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: [PATCH] module cleanup (3/5)
Date: Thu, 08 Aug 2002 01:50:54 +0200	[thread overview]
Message-ID: <3D51B25E.2000C8C8@linux-m68k.org> (raw)
In-Reply-To: E17cDB7-0002v5-00@scrub.xs4all.nl

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

Hi,

I wrote:

> This patch removes __MODULE_STRING() in favour of __stringify().

Unfortunately too much code still uses it, so here is a small follow up
patch to add a compatibility define.

bye, Roman

[-- Attachment #2: string.diff --]
[-- Type: text/plain, Size: 342 bytes --]

--- linux/include/linux/module.h.org	Thu Aug  8 01:41:46 2002
+++ linux/include/linux/module.h	Thu Aug  8 01:42:37 2002
@@ -130,6 +130,7 @@
 /* Backwards compatibility definition.  */
 
 #define GET_USE_COUNT(module)	(atomic_read(&(module)->uc.usecount))
+#define __MODULE_STRING(x)	__stringify(x)
 
 /* Poke the use count of a module.  */
 

      reply	other threads:[~2002-08-07 23:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-06 22:51 [PATCH] module cleanup (3/5) Roman Zippel
2002-08-07 23:50 ` Roman Zippel [this message]

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=3D51B25E.2000C8C8@linux-m68k.org \
    --to=zippel@linux-m68k.org \
    --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