summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/isdn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 8397578f6..635569b15 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -37,14 +37,8 @@
* the correspondent code in isdn.c
*/
-#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
#define ISDN_MINOR_B 0
#define ISDN_MINOR_BMAX (ISDN_MAX_CHANNELS-1)
#define ISDN_MINOR_CTRL 64