patch-1.3.49 linux/kernel/ksyms.c

Next file: linux/mm/memory.c
Previous file: linux/include/linux/scc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.48/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -36,6 +36,7 @@
 #include <linux/sem.h>
 #include <linux/minix_fs.h>
 #include <linux/ext2_fs.h>
+#include <linux/random.h>
 
 #ifdef __alpha__
 # include <asm/io.h>
@@ -241,6 +242,7 @@
 	X(dcache_lookup),
 	X(dcache_add),
 	X(aout_core_dump),
+	X(add_blkdev_randomness),
 
 	/* device registration */
 	X(register_chrdev),
@@ -388,6 +390,7 @@
 	X(rarp_ioctl_hook),
 	X(init_etherdev),
 	X(ip_rt_route),
+	X(ip_rt_put),
 	X(arp_send),
 #ifdef CONFIG_IP_FORWARD
 	X(ip_forward),
@@ -549,6 +552,8 @@
 	X(generate_cluster),
 	X(proc_scsi),
 	X(proc_scsi_inode_operations),
+	X(proc_net_inode_operations),
+	X(proc_net),
 #endif
 	/********************************************************
 	 * Do not add anything below this line,

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