projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea3214
)
prandom: Remove unused include
author
Kent Overstreet
<kent.overstreet@linux.dev>
Tue, 24 Jan 2023 02:32:18 +0000
(21:32 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:30 +0000
(19:26 -0500)
prandom.h doesn't use percpu.h - this fixes some circular header issues.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
include/linux/prandom.h
patch
|
blob
|
history
diff --git
a/include/linux/prandom.h
b/include/linux/prandom.h
index f2ed5b72b3d6f21c2c893cf37153c8a565456c9c..f7f1e5251c679e04ddab002d06ad52827252d0a8 100644
(file)
--- a/
include/linux/prandom.h
+++ b/
include/linux/prandom.h
@@
-10,7
+10,6
@@
#include <linux/types.h>
#include <linux/once.h>
-#include <linux/percpu.h>
#include <linux/random.h>
struct rnd_state {