patch-2.1.18 linux/drivers/isdn/teles/mod.c
Next file: linux/drivers/net/bpqether.c
Previous file: linux/drivers/isdn/pcbit/module.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Dec 27 12:03:22 1996
- Orig file:
v2.1.17/linux/drivers/isdn/teles/mod.c
- Orig date:
Tue Oct 29 19:58:11 1996
diff -u --recursive --new-file v2.1.17/linux/drivers/isdn/teles/mod.c linux/drivers/isdn/teles/mod.c
@@ -53,6 +53,7 @@
}
#ifdef MODULE
+EXPORT_NO_SYMBOLS;
#define teles_init init_module
#else
void teles_setup(char *str, int *ints)
@@ -114,9 +115,6 @@
TeiNew();
CallcNew();
ll_init();
-
- /* No symbols to export, hide all symbols */
- register_symtab(NULL);
#ifdef MODULE
printk(KERN_NOTICE "Teles module installed\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov