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

* Re: [PATCH] isdn - remove dead config symbol from isdn code
  2007-11-09 11:33 [PATCH] isdn - remove dead config symbol from isdn code Jiri Olsa
@ 2007-11-09 13:06 ` Karsten Keil
  0 siblings, 0 replies; 2+ messages in thread
From: Karsten Keil @ 2007-11-09 13:06 UTC (permalink / raw)
  To: kernel-janitors

On Fri, Nov 09, 2007 at 12:33:13PM +0100, Jiri Olsa wrote:
> remove dead config symbol from isdn code
> Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
> 

Please not. Even if here is not such COBALT_MICRO_SERVER
config symbol this give some hint how to setup I4L
for small systems.

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

-- 
Karsten Keil
SuSE Labs
ISDN and VOIP development
SUSE LINUX Products GmbH, Maxfeldstr.5 90409 Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg)

^ permalink raw reply	[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.