From: Kent Overstreet Date: Tue, 24 Jan 2023 02:32:18 +0000 (-0500) Subject: prandom: Remove unused include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d9f29deb7fe8137fd1954871443cbbc1b6125832;p=linux.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 {