diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-01-23 21:32:18 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-07-11 21:20:25 -0400 |
commit | 44870965e32bfe5d09a942fe0df3b4d3a281523e (patch) | |
tree | 804e93e0a2a7adf8018e8ff41d3976320b6dd022 | |
parent | c4ca31e2fb47fc14f71e456bc3a7fa253c885508 (diff) |
prandom: Remove unused include
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>
-rw-r--r-- | include/linux/prandom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/prandom.h b/include/linux/prandom.h index f2ed5b72b3d6..f7f1e5251c67 100644 --- 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 { |