[ISDN] include/linux/isdn.h: remove dead code
authorAdrian Bunk <bunk@kernel.org>
Tue, 15 Apr 2008 07:30:16 +0000 (00:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Apr 2008 07:30:16 +0000 (00:30 -0700)
This patch remove the usage of a nonexisting kconfig variable.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/isdn.h

index 9cb2855..44cd663 100644 (file)
 
 #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)