Re: [PATCH 3/3] init/version.c: remove #include

2022-11-29 Thread Masahiro Yamada
On Sun, Nov 27, 2022 at 7:18 AM Masahiro Yamada wrote: > > On Sat, Nov 26, 2022 at 2:10 PM Thomas Weißschuh wrote: > > > > Commit 2df8220cc511 ("kbuild: build init/built-in.a just once") moved > > the usage of the define UTS_VERSION to the file version-timestamp.c. > > With s/UTS_VERSION/UTS_RELE

Re: [PATCH 3/3] init/version.c: remove #include

2022-11-26 Thread Masahiro Yamada
On Sat, Nov 26, 2022 at 2:10 PM Thomas Weißschuh wrote: > > Commit 2df8220cc511 ("kbuild: build init/built-in.a just once") moved > the usage of the define UTS_VERSION to the file version-timestamp.c. With s/UTS_VERSION/UTS_RELEASE/, Reviewed-by: Masahiro Yamada > > version-timestamp.c in tur

[PATCH 3/3] init/version.c: remove #include

2022-11-25 Thread Thomas Weißschuh
Commit 2df8220cc511 ("kbuild: build init/built-in.a just once") moved the usage of the define UTS_VERSION to the file version-timestamp.c. version-timestamp.c in turn is included from version.c but already includes utsversion.h itself properly. The unneeded include of utsversion.h from version.c