]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/paravirt: Remove not needed includes of paravirt.h
authorJuergen Gross <jgross@suse.com>
Mon, 5 Jan 2026 11:05:00 +0000 (12:05 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 12 Jan 2026 10:26:52 +0000 (11:26 +0100)
commit07f2961235ac26da12479535cf19a82cde529865
tree566835806370f5c799a4c4ecf5be6a7a9951fbbd
parent0f61b1860cc3f52aef9036d7235ed1f017632193
x86/paravirt: Remove not needed includes of paravirt.h

In some places asm/paravirt.h is included without really being needed.

Remove the related #include statements.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260105110520.21356-2-jgross@suse.com
16 files changed:
arch/x86/entry/entry_64.S
arch/x86/entry/vsyscall/vsyscall_64.c
arch/x86/hyperv/hv_spinlock.c
arch/x86/include/asm/apic.h
arch/x86/include/asm/highmem.h
arch/x86/include/asm/mshyperv.h
arch/x86/include/asm/pgtable_32.h
arch/x86/include/asm/spinlock.h
arch/x86/include/asm/tlbflush.h
arch/x86/kernel/apm_32.c
arch/x86/kernel/callthunks.c
arch/x86/kernel/cpu/bugs.c
arch/x86/kernel/vsmp_64.c
arch/x86/lib/cache-smp.c
arch/x86/mm/init.c
arch/x86/xen/spinlock.c