Re: (subset) [PATCH 1/3] firmware_loader: remove #include

2022-12-08 Thread Michael Ellerman
On Sat, 26 Nov 2022 06:09:59 +0100, Thomas Weißschuh wrote: > utsrelease.h is potentially generated on each build. > By removing this unused include we can get rid of some spurious > recompilations. > > Applied to powerpc/next. [2/3] powerpc/book3e: remove #include

Re: [PATCH 1/3] firmware_loader: remove #include

2022-11-29 Thread Masahiro Yamada
On Tue, Nov 29, 2022 at 10:18 AM Russ Weight wrote: > > > > On 11/25/22 21:09, Thomas Weißschuh wrote: > > utsrelease.h is potentially generated on each build. > > By removing this unused include we can get rid of some spurious > > recompilations. > Reviewed-by: Russ Weight > > Signed-off-by:

Re: [PATCH 1/3] firmware_loader: remove #include

2022-11-28 Thread Russ Weight
On 11/25/22 21:09, Thomas Weißschuh wrote: > utsrelease.h is potentially generated on each build. > By removing this unused include we can get rid of some spurious > recompilations. Reviewed-by: Russ Weight > Signed-off-by: Thomas Weißschuh > --- > drivers/base/firmware_loader/firmware.h | 2

Re: [PATCH 1/3] firmware_loader: remove #include

2022-11-26 Thread Masahiro Yamada
On Sat, Nov 26, 2022 at 2:10 PM Thomas Weißschuh wrote: > > utsrelease.h is potentially generated on each build. > By removing this unused include we can get rid of some spurious > recompilations. > > Signed-off-by: Thomas Weißschuh > --- Reviewed-by: Masahiro Yamada >

[PATCH 1/3] firmware_loader: remove #include

2022-11-25 Thread Thomas Weißschuh
utsrelease.h is potentially generated on each build. By removing this unused include we can get rid of some spurious recompilations. Signed-off-by: Thomas Weißschuh --- drivers/base/firmware_loader/firmware.h | 2 -- 1 file changed, 2 deletions(-) diff --git