public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* EXPORT_SYMBOL_NOVERS question
@ 2004-11-03  8:10 vlobanov
  2004-11-28 22:42 ` Rusty Russell
  0 siblings, 1 reply; 5+ messages in thread
From: vlobanov @ 2004-11-03  8:10 UTC (permalink / raw)
  To: linux-kernel

Hi,

I was looking over the /include/linux/module.h file, and the
EXPORT_SYMBOL_NOVERS macro caught my eye. To quote the source:

  /* We don't mangle the actual symbol anymore, so no need for
   * special casing EXPORT_SYMBOL_NOVERS.  FIXME: Deprecated */
  #define EXPORT_SYMBOL_NOVERS(sym) EXPORT_SYMBOL(sym)

A quick grep through the tree brought up no usage cases for this macro.
Is there any reason to keep it around, instead of cutting it out, as the
FIXME comment seems to suggest?

-Vadim Lobanov

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-12-03  2:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-03  8:10 EXPORT_SYMBOL_NOVERS question vlobanov
2004-11-28 22:42 ` Rusty Russell
2004-11-28 23:00   ` Adrian Bunk
2004-11-29 13:38     ` David Howells
2004-12-03  2:59   ` Paul Mundt

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