public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RFC: [2.6 patch] Eicon: disable debuglib for modules
@ 2004-10-30  7:22 Adrian Bunk
  2004-10-30 11:48 ` Armin Schindler
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2004-10-30  7:22 UTC (permalink / raw)
  To: mac; +Cc: isdn4linux, linux-kernel

Is there a good reason why debuglib is enabled for modules?

If not, I'd propose the patch below to disable it.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-rc1-mm2-full/drivers/isdn/hardware/eicon/platform.h.old	2004-10-30 08:39:51.000000000 +0200
+++ linux-2.6.10-rc1-mm2-full/drivers/isdn/hardware/eicon/platform.h	2004-10-30 08:40:28.000000000 +0200
@@ -35,10 +35,8 @@
 
 #include "cardtype.h"
 
-/* activate debuglib for modules only */
-#ifndef MODULE
+/* disable debuglib */
 #define DIVA_NO_DEBUGLIB
-#endif
 
 #define DIVA_INIT_FUNCTION  __init
 #define DIVA_EXIT_FUNCTION  __exit


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

end of thread, other threads:[~2005-02-09 13:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-30  7:22 RFC: [2.6 patch] Eicon: disable debuglib for modules Adrian Bunk
2004-10-30 11:48 ` Armin Schindler
2004-12-20  0:22   ` Adrian Bunk
2004-12-20  6:41     ` Armin Schindler
2005-02-09 13:55     ` Armin Schindler

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