From 68b10fd40d492ebfaebe716dbe21fc559a128065 Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Mon, 5 Jan 2026 12:05:04 +0100 Subject: paravirt: Remove asm/paravirt_api_clock.h All architectures supporting CONFIG_PARAVIRT share the same contents of asm/paravirt_api_clock.h: #include 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 Signed-off-by: Borislav Petkov (AMD) Reviewed-by: Shrikanth Hegde # powerpc, scheduler bits Acked-by: Peter Zijlstra (Intel) Link: https://patch.msgid.link/20260105110520.21356-6-jgross@suse.com --- kernel/sched/sched.h | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel/sched') diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index d30cca6870f5..28e7cc4f7964 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -84,7 +84,6 @@ struct cpuidle_state; #ifdef CONFIG_PARAVIRT # include -# include #endif #include -- cgit v1.2.3