From: Uros Bizjak Date: Mon, 30 Sep 2024 12:33:26 +0000 (+0200) Subject: lib/test_parman: Include instead of X-Git-Tag: v6.13-rc1~195^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1da74f9050a14b6e7f22e6f4d60bf62e517970cd;p=linux-block.git lib/test_parman: 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: Jiri Pirko Signed-off-by: Jason A. Donenfeld --- diff --git a/lib/test_parman.c b/lib/test_parman.c index 35e32243693c..f9b97426a337 100644 --- a/lib/test_parman.c +++ b/lib/test_parman.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #define TEST_PARMAN_PRIO_SHIFT 7 /* defines number of prios for testing */