All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] isdn - remove dead config symbol from isdn code
@ 2007-11-09 11:33 Jiri Olsa
  2007-11-09 13:06 ` Karsten Keil
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Olsa @ 2007-11-09 11:33 UTC (permalink / raw)
  To: kernel-janitors

remove dead config symbol from isdn code
Signed-off-by: Jiri Olsa <olsajiri@gmail.com>

---
 include/linux/isdn.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index d0ecc8e..a2303b6 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -16,14 +16,8 @@
 
 #include <linux/ioctl.h>
 
-#ifdef CONFIG_COBALT_MICRO_SERVER
-/* Save memory */
-#define ISDN_MAX_DRIVERS    2
-#define ISDN_MAX_CHANNELS   8
-#else
 #define ISDN_MAX_DRIVERS    32
 #define ISDN_MAX_CHANNELS   64
-#endif
 
 /* New ioctl-codes */
 #define IIOCNETAIF  _IO('I',1)

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

end of thread, other threads:[~2007-11-09 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 11:33 [PATCH] isdn - remove dead config symbol from isdn code Jiri Olsa
2007-11-09 13:06 ` Karsten Keil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.