patch-2.4.5 linux/drivers/char/random.c
Next file: linux/drivers/char/raw.c
Previous file: linux/drivers/char/ppdev.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue May  1 16:05:00 2001
-  Orig file: 
v2.4.4/linux/drivers/char/random.c
-  Orig date: 
Fri Feb 16 16:02:36 2001
diff -u --recursive --new-file v2.4.4/linux/drivers/char/random.c linux/drivers/char/random.c
@@ -610,7 +610,7 @@
 static void batch_entropy_process(void *private_);
 
 /* note: the size must be a power of 2 */
-static int batch_entropy_init(int size, struct entropy_store *r)
+static int __init batch_entropy_init(int size, struct entropy_store *r)
 {
 	batch_entropy_pool = kmalloc(2*size*sizeof(__u32), GFP_KERNEL);
 	if (!batch_entropy_pool)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)