aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/prandom.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-01-23 21:32:18 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-20 19:26:30 -0500
commitd9f29deb7fe8137fd1954871443cbbc1b6125832 (patch)
treefcd8f1ae1803441f7836e2d55aa1146922b4d4e8 /include/linux/prandom.h
parentnodemask: Split out include/linux/nodemask_types.h (diff)
downloadwireguard-linux-d9f29deb7fe8137fd1954871443cbbc1b6125832.tar.xz
wireguard-linux-d9f29deb7fe8137fd1954871443cbbc1b6125832.zip
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>
Diffstat (limited to 'include/linux/prandom.h')
-rw-r--r--include/linux/prandom.h1
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 {