prandom: Remove unused include
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 24 Jan 2023 02:32:18 +0000 (21:32 -0500)
committerKent 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

index f2ed5b72b3d6f21c2c893cf37153c8a565456c9c..f7f1e5251c679e04ddab002d06ad52827252d0a8 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <linux/types.h>
 #include <linux/once.h>
-#include <linux/percpu.h>
 #include <linux/random.h>
 
 struct rnd_state {