mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
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:
parent
bea3214176
commit
d9f29deb7f
@ -10,7 +10,6 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/once.h>
|
||||
#include <linux/percpu.h>
|
||||
#include <linux/random.h>
|
||||
|
||||
struct rnd_state {
|
||||
|
Loading…
Reference in New Issue
Block a user