patch-1.3.75 linux/kernel/ksyms.c

Next file: linux/kernel/printk.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.74/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -92,6 +92,7 @@
 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);
+extern void blkdev_release(struct inode * inode);
 
 extern void *sys_call_table;
 
@@ -227,6 +228,8 @@
 	X(bmap),
 	X(sync_dev),
 	X(get_blkfops),
+	X(blkdev_open),
+	X(blkdev_release),
 #ifdef CONFIG_SERIAL	
 	/* Module creation of serial units */
 	X(register_serial),
@@ -469,9 +472,13 @@
 	X(tr_type_trans),
 #endif
 
-#ifdef CONFIG_BLK_DEV_IDE
+#ifdef CONFIG_BLK_DEV_IDE_PCMCIA
 	X(ide_register),
 	X(ide_unregister),
+#endif
+
+#ifdef CONFIG_BLK_DEV_MD
+	X(disk_name),	/* for md.c */
 #endif
  	
 	/* bimfm_aout */

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