summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/cyclades.c8
-rw-r--r--include/linux/isdn.h6
2 files changed, 0 insertions, 14 deletions
diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c
index 35b23d944..d135ff4d7 100644
--- a/drivers/char/cyclades.c
+++ b/drivers/char/cyclades.c
@@ -677,14 +677,6 @@ static char rcsid[] =
#include <linux/stat.h>
#include <linux/proc_fs.h>
-#ifdef CONFIG_COBALT_27
-#include <asm/page.h>
-#include <asm/pgtable.h>
-
-#define CACHED_TO_UNCACHED(x) (((unsigned long)(x) & \
- (unsigned long)0x1fffffff) + KSEG1)
-#endif
-
#define cy_put_user put_user
static unsigned long
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