netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove bogus exports in ppp
@ 2004-10-24 13:25 Christoph Hellwig
  2004-11-16  8:35 ` Christoph Hellwig
  2005-01-27 11:22 ` Christoph Hellwig
  0 siblings, 2 replies; 10+ messages in thread
From: Christoph Hellwig @ 2004-10-24 13:25 UTC (permalink / raw)
  To: paulus; +Cc: netdev

even if they are usefull for debugging they're just bad namespace
pollution for mainline


--- 1.50/drivers/net/ppp_generic.c	2004-08-29 07:49:19 +02:00
+++ edited/drivers/net/ppp_generic.c	2004-10-23 14:08:17 +02:00
@@ -2721,8 +2721,6 @@
 EXPORT_SYMBOL(ppp_output_wakeup);
 EXPORT_SYMBOL(ppp_register_compressor);
 EXPORT_SYMBOL(ppp_unregister_compressor);
-EXPORT_SYMBOL(all_ppp_units); /* for debugging */
-EXPORT_SYMBOL(all_channels); /* for debugging */
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_CHARDEV_MAJOR(PPP_MAJOR);
 MODULE_ALIAS("/dev/ppp");

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH] remove bogus exports in ppp
@ 2005-01-27 23:32 Paul Mackerras
  2005-01-27 23:42 ` David S. Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Mackerras @ 2005-01-27 23:32 UTC (permalink / raw)
  To: akpm, hch; +Cc: netdev

Remove unnecessary exports from ppp_generic.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>

diff -urN linux-2.5/drivers/net/ppp_generic.c test/drivers/net/ppp_generic.c
--- linux-2.5/drivers/net/ppp_generic.c	2005-01-27 11:01:23.000000000 +1100
+++ test/drivers/net/ppp_generic.c	2005-01-28 10:23:54.539929344 +1100
@@ -2741,8 +2741,6 @@
 EXPORT_SYMBOL(ppp_output_wakeup);
 EXPORT_SYMBOL(ppp_register_compressor);
 EXPORT_SYMBOL(ppp_unregister_compressor);
-EXPORT_SYMBOL(all_ppp_units); /* for debugging */
-EXPORT_SYMBOL(all_channels); /* for debugging */
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_CHARDEV_MAJOR(PPP_MAJOR);
 MODULE_ALIAS("/dev/ppp");

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

end of thread, other threads:[~2005-01-28  0:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-24 13:25 [PATCH] remove bogus exports in ppp Christoph Hellwig
2004-11-16  8:35 ` Christoph Hellwig
2004-11-16 11:45   ` Paul Mackerras
2005-01-27 11:22 ` Christoph Hellwig
2005-01-27 20:23   ` David S. Miller
2005-01-27 20:32     ` Christoph Hellwig
2005-01-27 20:35       ` David S. Miller
  -- strict thread matches above, loose matches on Subject: below --
2005-01-27 23:32 Paul Mackerras
2005-01-27 23:42 ` David S. Miller
2005-01-28  0:00   ` Paul Mackerras

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).