]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
paravirt: Remove asm/paravirt_api_clock.h
authorJuergen Gross <jgross@suse.com>
Mon, 5 Jan 2026 11:05:04 +0000 (12:05 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 12 Jan 2026 14:34:33 +0000 (15:34 +0100)
commit68b10fd40d492ebfaebe716dbe21fc559a128065
treeb18e2b25007321913f370e472ebabe267f05886b
parentb49c63eea526ecfd0321ecfd0dbf6e31c85b5592
paravirt: Remove asm/paravirt_api_clock.h

All architectures supporting CONFIG_PARAVIRT share the same contents
of asm/paravirt_api_clock.h:

  #include <asm/paravirt.h>

So remove all incarnations of asm/paravirt_api_clock.h and remove the
only place where it is included, as there asm/paravirt.h is included
anyway.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com> # powerpc, scheduler bits
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260105110520.21356-6-jgross@suse.com
arch/arm/include/asm/paravirt_api_clock.h [deleted file]
arch/arm64/include/asm/paravirt_api_clock.h [deleted file]
arch/loongarch/include/asm/paravirt_api_clock.h [deleted file]
arch/powerpc/include/asm/paravirt_api_clock.h [deleted file]
arch/riscv/include/asm/paravirt_api_clock.h [deleted file]
arch/x86/include/asm/paravirt_api_clock.h [deleted file]
kernel/sched/sched.h