From: Thomas Weißschuh Date: Sat, 26 Nov 2022 05:10:00 +0000 (+0100) Subject: powerpc/book3e: remove #include X-Git-Tag: v6.6.17~5885^2~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5090716be6791ada9ee142163a4934c1c147aaa;p=platform%2Fkernel%2Flinux-rpi.git powerpc/book3e: remove #include Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include ") removed the usage of the define UTS_RELEASE but forgot to drop the include. utsrelease.h is potentially generated on each build. By removing the unused include we can get rid of some spurious recompilations. Fixes: 7ad4bd887d27 ("powerpc/book3e: get rid of #include ") Signed-off-by: Thomas Weißschuh Reviewed-by: Masahiro Yamada Reviewed-by: Christophe Leroy [mpe: Fix typo in change log and add more explanation] Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20221126051002.123199-2-linux@weissschuh.net --- diff --git a/arch/powerpc/mm/nohash/kaslr_booke.c b/arch/powerpc/mm/nohash/kaslr_booke.c index 0d04f9d..2fb3eda 100644 --- a/arch/powerpc/mm/nohash/kaslr_booke.c +++ b/arch/powerpc/mm/nohash/kaslr_booke.c @@ -19,7 +19,6 @@ #include #include #include -#include struct regions { unsigned long pa_start;