mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:44:41 +01:00
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
This commit is contained in:
parent
b49c63eea5
commit
68b10fd40d
7 changed files with 0 additions and 8 deletions
|
|
@ -1 +0,0 @@
|
|||
#include <asm/paravirt.h>
|
||||
|
|
@ -1 +0,0 @@
|
|||
#include <asm/paravirt.h>
|
||||
|
|
@ -1 +0,0 @@
|
|||
#include <asm/paravirt.h>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#include <asm/paravirt.h>
|
||||
|
|
@ -1 +0,0 @@
|
|||
#include <asm/paravirt.h>
|
||||
|
|
@ -1 +0,0 @@
|
|||
#include <asm/paravirt.h>
|
||||
|
|
@ -84,7 +84,6 @@ struct cpuidle_state;
|
|||
|
||||
#ifdef CONFIG_PARAVIRT
|
||||
# include <asm/paravirt.h>
|
||||
# include <asm/paravirt_api_clock.h>
|
||||
#endif
|
||||
|
||||
#include <asm/barrier.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue