Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-1
-1
include/linux/prandom.h
··· 10 10 11 11 #include <linux/types.h> 12 12 #include <linux/once.h> 13 - #include <linux/percpu.h> 14 13 #include <linux/random.h> 15 14 16 15 struct rnd_state {