patch-1.3.72 linux/kernel/ksyms.c

Next file: linux/kernel/panic.c
Previous file: linux/include/linux/sysctl.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.71/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -41,6 +41,7 @@
 #include <linux/mount.h>
 #include <linux/pagemap.h>
 #include <linux/sysctl.h>
+#include <linux/hdreg.h>
 #include <linux/skbuff.h>
 #include <linux/genhd.h>
 #include <linux/swap.h>
@@ -246,7 +247,6 @@
 	/* executable format registration */
 	X(register_binfmt),
 	X(unregister_binfmt),
-	X(get_binfmt_list),
 	X(search_binary_handler),
 	X(prepare_binprm),
 
@@ -268,6 +268,7 @@
 	X(probe_irq_off),
 	X(bh_active),
 	X(bh_mask),
+	X(bh_mask_count),
 	X(bh_base),
 	X(add_timer),
 	X(del_timer),
@@ -467,6 +468,11 @@
 	X(tr_type_trans),
 #endif
 
+#ifdef CONFIG_BLK_DEV_IDE
+	X(ide_register),
+	X(ide_unregister),
+#endif
+ 	
 	/* bimfm_aout */
 	X(get_write_access),
 	X(put_write_access),

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