Re: [PATCH 2/3] powerpc/book3e: remove #include

2022-11-29 Thread Masahiro Yamada
On Mon, Nov 28, 2022 at 7:59 AM Michael Ellerman wrote: > > Thomas Weißschuh writes: > > On 2022-11-26 07:36+, Christophe Leroy wrote: > >> Le 26/11/2022 à 06:10, Thomas Weißschuh a écrit : > >>> Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include > >>> ") > >>> removed the usage of th

Re: [PATCH 2/3] powerpc/book3e: remove #include

2022-11-27 Thread Michael Ellerman
Thomas Weißschuh writes: > On 2022-11-26 07:36+, Christophe Leroy wrote: >> Le 26/11/2022 à 06:10, Thomas Weißschuh a écrit : >>> Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include >>> ") >>> removed the usage of the define UTS_VERSION but forgot to drop the >>> include. >> >> What ab

Re: [PATCH 2/3] powerpc/book3e: remove #include

2022-11-26 Thread Masahiro Yamada
On Sat, Nov 26, 2022 at 2:10 PM Thomas Weißschuh wrote: > > Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include > ") > removed the usage of the define UTS_VERSION but forgot to drop the > include. > > Fixes: 7ad4bd887d27 ("powerpc/book3e: get rid of #include > ") > Signed-off-by: Thomas We

Re: [PATCH 2/3] powerpc/book3e: remove #include

2022-11-26 Thread Christophe Leroy
Le 26/11/2022 à 15:07, Thomas Weißschuh a écrit : > On 2022-11-26 07:36+, Christophe Leroy wrote: >> Le 26/11/2022 à 06:10, Thomas Weißschuh a écrit : >>> Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include >>> ") >>> removed the usage of the define UTS_VERSION but forgot to drop the >

Re: [PATCH 2/3] powerpc/book3e: remove #include

2022-11-26 Thread Thomas Weißschuh
On 2022-11-26 07:36+, Christophe Leroy wrote: > Le 26/11/2022 à 06:10, Thomas Weißschuh a écrit : >> Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include >> ") >> removed the usage of the define UTS_VERSION but forgot to drop the >> include. > > What about: > arch/powerpc/platforms/52xx/

Re: [PATCH 2/3] powerpc/book3e: remove #include

2022-11-25 Thread Christophe Leroy
Le 26/11/2022 à 06:10, Thomas Weißschuh a écrit : > Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include > ") > removed the usage of the define UTS_VERSION but forgot to drop the > include. What about: arch/powerpc/platforms/52xx/efika.c arch/powerpc/platforms/amigaone/setup.c arch/powerpc

[PATCH 2/3] powerpc/book3e: remove #include

2022-11-25 Thread Thomas Weißschuh
Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include ") removed the usage of the define UTS_VERSION but forgot to drop the include. Fixes: 7ad4bd887d27 ("powerpc/book3e: get rid of #include ") Signed-off-by: Thomas Weißschuh --- arch/powerpc/mm/nohash/kaslr_booke.c | 1 - 1 file changed,