Commit d9f29deb authored by Kent Overstreet's avatar Kent Overstreet
Browse files

prandom: Remove unused include



prandom.h doesn't use percpu.h - this fixes some circular header issues.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent bea32141
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@

#include <linux/types.h>
#include <linux/once.h>
#include <linux/percpu.h>
#include <linux/random.h>

struct rnd_state {