patch-1.3.4 linux/kernel/ksyms.c
Next file: linux/kernel/module.c
Previous file: linux/kernel/exit.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Tue Jun 20 09:17:45 1995
- Orig file:
v1.3.3/linux/kernel/ksyms.c
- Orig date:
Tue Jun 20 09:10:32 1995
diff -u --recursive --new-file v1.3.3/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -57,7 +57,7 @@
#endif
#include <asm/irq.h>
-extern char floppy_track_buffer[];
+extern char *get_options(char *str, int *ints);
extern void set_device_ro(int dev,int flag);
extern struct file_operations * get_blkfops(unsigned int);
@@ -88,6 +88,7 @@
/* stackable module support */
X(rename_module_symbol),
X(register_symtab),
+ X(get_options),
/* system info variables */
/* These check that they aren't defines (0/1) */
@@ -298,7 +299,6 @@
/* The next labels are needed for ftape driver. */
X(ftape_big_buffer),
#endif
- X(floppy_track_buffer),
#ifdef CONFIG_INET
/* support for loadable net drivers */
X(register_netdev),
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this