Commit 31efdf0530b6351b0658d35a602a0f2d6bc2ed6f
Committed by
David S. Miller
1 parent
7ef3abd210
Exists in
master
and in
39 other branches
[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>
Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff
include/linux/isdn.h
... | ... | @@ -16,14 +16,8 @@ |
16 | 16 | |
17 | 17 | #include <linux/ioctl.h> |
18 | 18 | |
19 | -#ifdef CONFIG_COBALT_MICRO_SERVER | |
20 | -/* Save memory */ | |
21 | -#define ISDN_MAX_DRIVERS 2 | |
22 | -#define ISDN_MAX_CHANNELS 8 | |
23 | -#else | |
24 | 19 | #define ISDN_MAX_DRIVERS 32 |
25 | 20 | #define ISDN_MAX_CHANNELS 64 |
26 | -#endif | |
27 | 21 | |
28 | 22 | /* New ioctl-codes */ |
29 | 23 | #define IIOCNETAIF _IO('I',1) |