public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* EXPORT_SYMBOL generates "is deprecated" noise
@ 2005-08-07 18:07 Martin J. Bligh
  2005-08-07 18:23 ` Adrian Bunk
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Martin J. Bligh @ 2005-08-07 18:07 UTC (permalink / raw)
  To: linux-kernel

I'm getting lots of errors like this nowadays:

drivers/serial/8250.c:2651: warning: `register_serial' is deprecated 
(declared at drivers/serial/8250.c:2607)

Which is just: "EXPORT_SYMBOL(register_serial);"

Sorry, but that's just compile-time noise, not anything useful.
Warning on real usages of it might be handy (we can go fix the users)
but not EXPORT_SYMBOL - we can't kill the export until the function
goes away. The more noise we have, the harder it is to see real errors 
and warnings.

I took a quick poke around, but can't see what generates this stuff.
What is doing these checks, and can we please make an exception for
EXPORT_SYMBOL (and EXPORT_SYMBOL_GPL) somehow?

M.


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

end of thread, other threads:[~2005-08-08 13:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-07 18:07 EXPORT_SYMBOL generates "is deprecated" noise Martin J. Bligh
2005-08-07 18:23 ` Adrian Bunk
2005-08-07 18:55   ` Martin J. Bligh
2005-08-07 19:06     ` Adrian Bunk
2005-08-07 19:13       ` Martin J. Bligh
2005-08-07 18:26 ` Martin J. Bligh
2005-08-08 13:46   ` Arnd Bergmann
2005-08-07 19:15 ` Russell King
2005-08-08  6:28   ` Denis Vlasenko

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