[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240129095239.6722-C-hca@linux.ibm.com>
Date: Mon, 29 Jan 2024 10:52:39 +0100
From: Heiko Carstens <hca@...ux.ibm.com>
To: Alexander Gordeev <agordeev@...ux.ibm.com>
Cc: Frederic Weisbecker <frederic@...nel.org>, Ingo Molnar <mingo@...nel.org>,
Michael Ellerman <mpe@...erman.id.au>,
Vasily Gorbik <gor@...ux.ibm.com>, linux-kernel@...r.kernel.org,
linux-s390@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH 5/5] sched/vtime: do not include <asm/vtime.h> header
On Sun, Jan 28, 2024 at 08:58:54PM +0100, Alexander Gordeev wrote:
> There is no architecture-specific code or data left
> that generic <linux/vtime.h> needs to know about.
> Thus, avoid the inclusion of <asm/vtime.h> header.
>
> Signed-off-by: Alexander Gordeev <agordeev@...ux.ibm.com>
> ---
> include/asm-generic/vtime.h | 1 -
> include/linux/vtime.h | 4 ----
> 2 files changed, 5 deletions(-)
> delete mode 100644 include/asm-generic/vtime.h
I guess you need to get rid of this as well:
arch/powerpc/include/asm/Kbuild:generic-y += vtime.h
Powered by blists - more mailing lists