[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080414184058.GJ6695@cs181133002.pp.htv.fi>
Date: Mon, 14 Apr 2008 21:40:58 +0300
From: Adrian Bunk <bunk@...nel.org>
To: kkeil@...e.de
Cc: isdn4linux@...tserv.isdn4linux.de, linux-kernel@...r.kernel.org,
"Robert P. J. Day" <rpjday@...shcourse.ca>
Subject: [2.6 patch] include/linux/isdn.h: remove dead code
This patch remove the usage of a nonexisting kconfig variable.
Reported-by: Robert P. J. Day <rpjday@...shcourse.ca>
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
This patch has been sent on:
- 31 Mar 2008
- 1 Mar 2008
include/linux/isdn.h | 6 ------
1 file changed, 6 deletions(-)
68dcdff8287b565d34ba8b3bb1a608a0a0b3a3fd foobar
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 9cb2855..44cd663 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)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists