Skip to content

Commit

Permalink
prandom: Remove unused include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kent Overstreet committed Dec 21, 2023
1 parent bea3214 commit d9f29de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/prandom.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

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

struct rnd_state {
Expand Down

0 comments on commit d9f29de

Please sign in to comment.