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>
This commit is contained in:
Kent Overstreet 2023-01-23 21:32:18 -05:00
parent bea3214176
commit d9f29deb7f

View File

@ -10,7 +10,6 @@
#include <linux/types.h>
#include <linux/once.h>
#include <linux/percpu.h>
#include <linux/random.h>
struct rnd_state {