diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-15 00:30:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-15 00:30:16 -0700 |
commit | 31efdf0530b6351b0658d35a602a0f2d6bc2ed6f (patch) | |
tree | 82a45a02fc24c93477fb3b882ab4efa6204c1ba8 /include | |
parent | 7ef3abd2104232a35f259dad6a213310edc7c9fe (diff) | |
download | linux-31efdf0530b6351b0658d35a602a0f2d6bc2ed6f.tar.bz2 |
[ISDN] include/linux/isdn.h: remove dead code
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>
Diffstat (limited to 'include')
-rw-r--r-- | 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 9cb2855bb170..44cd663c53b6 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) |