Skip to content

Commit 68b10fd

Browse files
jgross1bp3tk0v
authored andcommitted
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
1 parent b49c63e commit 68b10fd

7 files changed

Lines changed: 0 additions & 8 deletions

File tree

arch/arm/include/asm/paravirt_api_clock.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

arch/arm64/include/asm/paravirt_api_clock.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

arch/loongarch/include/asm/paravirt_api_clock.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

arch/powerpc/include/asm/paravirt_api_clock.h

Lines changed: 0 additions & 2 deletions
This file was deleted.

arch/riscv/include/asm/paravirt_api_clock.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

arch/x86/include/asm/paravirt_api_clock.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

kernel/sched/sched.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ struct cpuidle_state;
8484

8585
#ifdef CONFIG_PARAVIRT
8686
# include <asm/paravirt.h>
87-
# include <asm/paravirt_api_clock.h>
8887
#endif
8988

9089
#include <asm/barrier.h>

0 commit comments

Comments
 (0)