Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Adrian Bunk and committed by
David S. Miller
31efdf05 7ef3abd2

-6
-6
include/linux/isdn.h
··· 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)