Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / lib / random32.c
index 870dc3fc0f0f6c33a5fef027459387964ad58bbc..938bde5876ac43aa4b1cb316b4e074f66ee2271f 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <linux/types.h>
 #include <linux/percpu.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/jiffies.h>
 #include <linux/random.h>
 
@@ -127,7 +127,7 @@ core_initcall(random32_init);
 
 /*
  *     Generate better values after random number generator
- *     is fully initalized.
+ *     is fully initialized.
  */
 static int __init random32_reseed(void)
 {
This page took 0.029481 seconds and 5 git commands to generate.