From: Kent Overstreet Date: Tue, 24 Jan 2023 02:32:18 +0000 (-0500) Subject: prandom: Remove unused include X-Git-Tag: v6.8-rc1~136^2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9f29deb7fe8;p=thirdparty%2Flinux.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 f2ed5b72b3d6f..f7f1e5251c679 100644 --- a/include/linux/prandom.h +++ b/include/linux/prandom.h @@ -10,7 +10,6 @@ #include #include -#include #include struct rnd_state {