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@xxxxxxxxxxxxx> > --- > 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