patch-2.3.27 linux/drivers/isdn/pcbit/module.c
Next file: linux/drivers/isdn/pcbit/pcbit.h
Previous file: linux/drivers/isdn/pcbit/layer2.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Sun Nov 7 16:34:00 1999
- Orig file:
v2.3.26/linux/drivers/isdn/pcbit/module.c
- Orig date:
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/isdn/pcbit/module.c linux/drivers/isdn/pcbit/module.c
@@ -102,7 +102,6 @@
}
#else
-#ifdef COMPAT_HAS_NEW_SETUP
#define MAX_PARA (MAX_PCBIT_CARDS * 2)
#include <linux/init.h>
static int __init pcbit_setup(char *line)
@@ -112,11 +111,6 @@
int ints[MAX_PARA+1];
str = get_options(line, MAX_PARA, ints);
-#else
-void pcbit_setup(char *str, int *ints)
-{
- int i, j, argc;
-#endif
argc = ints[0];
i = 0;
j = 1;
@@ -135,13 +129,9 @@
i++;
}
-#ifdef COMPAT_HAS_NEW_SETUP
return(1);
}
__setup("pcbit=", pcbit_setup);
-#else
-}
-#endif
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)