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 Jul 13, 2023
1 parent 71c01ff commit be3ef67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/prandom.h
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 be3ef67

Please sign in to comment.