Re: [PATCH] Remove a number of duplicate includes

From: Greg Kroah-Hartman
Date: Tue Jan 31 2023 - 23:53:40 EST


On Tue, Jan 31, 2023 at 10:27:23PM +0100, Jesper Juhl wrote:
> > From 09d653f07a8bbb2aea52b735a731ca781f5f401c Mon Sep 17 00:00:00 2001
> From: Jesper Juhl <jesperjuhl76@xxxxxxxxx>
> Date: Thu, 26 Jan 2023 02:16:59 +0100
> Subject: [PATCH] Remove a number of duplicate includes

Why is this in the body of the changelog?


>
> Including the same header multiple times when there's no functional reason
> to do so is just pointless clutter and potentially slows down builds.
>
> Signed-off-by: Jesper Juhl <jesperjuhl76@xxxxxxxxx>
> ---
> drivers/base/node.c | 1 -
> drivers/bus/bt1-apb.c | 1 -
> drivers/char/hw_random/core.c | 1 -
> drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 -
> drivers/gpu/drm/drm_gem_shmem_helper.c | 1 -
> fs/fscache/io.c | 1 -
> fs/overlayfs/inode.c | 1 -
> kernel/sched/build_utility.c | 1 -
> kernel/sched/core.c | 3 ---
> kernel/sched/fair.c | 2 --
> 10 files changed, 13 deletions(-)

Please properly split this up into subsystem-related patches and send
them that way.

thanks,

greg k-h