From: Kent Overstreet Date: Tue, 24 Jan 2023 02:32:18 +0000 (-0500) Subject: prandom: Remove unused include X-Git-Tag: v6.8-rc1~4^2~38 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d9f29deb7fe8;p=linux-block.git prandom: Remove unused include prandom.h doesn't use percpu.h - this fixes some circular header issues. Signed-off-by: Kent Overstreet Signed-off-by: Suren Baghdasaryan --- diff --git a/include/linux/prandom.h b/include/linux/prandom.h index f2ed5b72b3d6..f7f1e5251c67 100644 --- a/include/linux/prandom.h +++ b/include/linux/prandom.h @@ -10,7 +10,6 @@ #include #include -#include #include struct rnd_state {