We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1295404 + 9440d3e commit 457f4d0Copy full SHA for 457f4d0
arch/x86/boot/compressed/kaslr.c
@@ -25,10 +25,6 @@
25
#include "efi.h"
26
27
#include <generated/compile.h>
28
-#include <linux/module.h>
29
-#include <linux/uts.h>
30
-#include <linux/utsname.h>
31
-#include <linux/ctype.h>
32
#include <generated/utsrelease.h>
33
34
#define _SETUP
arch/x86/mm/kaslr.c
@@ -22,7 +22,7 @@
22
23
#include <linux/kernel.h>
24
#include <linux/init.h>
-#include <linux/random.h>
+#include <linux/prandom.h>
#include <linux/memblock.h>
#include <linux/pgtable.h>
0 commit comments