From: Uros Bizjak Date: Mon, 30 Sep 2024 12:33:23 +0000 (+0200) Subject: random32: Include instead of X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=baacb8b41308988f42cdbfa27991b1b0014d0228;p=users%2Fjedix%2Flinux-maple.git random32: Include instead of Substitute the inclusion of header with to allow the removal of legacy inclusion of from . Signed-off-by: Uros Bizjak Cc: Andrew Morton Cc: David S. Miller Cc: Eric Dumazet Cc: Jakub Kicinski Cc: Paolo Abeni Signed-off-by: Jason A. Donenfeld --- diff --git a/lib/random32.c b/lib/random32.c index 32060b852668..31fc2ca68856 100644 --- a/lib/random32.c +++ b/lib/random32.c @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include