diff options
| author | Ahmed S. Darwish <[email protected]> | 2025-08-15 07:01:54 +0000 |
|---|---|---|
| committer | Borislav Petkov (AMD) <[email protected]> | 2025-08-15 15:06:23 +0000 |
| commit | ed6c4b657bca3b39f7b11cba1405931aeb490f3d (patch) | |
| tree | 6092e80a966bc3b44ea135c455fa7c2f450a7187 | |
| parent | x86/sev: Ensure SVSM reserved fields in a page validation entry are initializ... (diff) | |
| download | kernel-ed6c4b657bca3b39f7b11cba1405931aeb490f3d.tar.gz kernel-ed6c4b657bca3b39f7b11cba1405931aeb490f3d.zip | |
x86/cpuid: Remove transitional <asm/cpuid.h> header
All CPUID call sites were updated at commit:
968e30006807 ("x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header")
to include <asm/cpuid/api.h> instead of <asm/cpuid.h>.
The <asm/cpuid.h> header was still retained as a wrapper, just in case
some new code in -next started using it. Now that everything is merged
to Linus' tree, remove the header.
Signed-off-by: Ahmed S. Darwish <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Link: https://lore.kernel.org/[email protected]
| -rw-r--r-- | arch/x86/include/asm/cpuid.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/include/asm/cpuid.h b/arch/x86/include/asm/cpuid.h deleted file mode 100644 index d5749b25fa10..000000000000 --- a/arch/x86/include/asm/cpuid.h +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ - -#ifndef _ASM_X86_CPUID_H -#define _ASM_X86_CPUID_H - -#include <asm/cpuid/api.h> - -#endif /* _ASM_X86_CPUID_H */ |
