x86/cpuid: Remove transitional <asm/cpuid.h> header
authorAhmed S. Darwish <darwi@linutronix.de>
Fri, 15 Aug 2025 07:01:54 +0000 (09:01 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Fri, 15 Aug 2025 15:06:23 +0000 (17:06 +0200)
commited6c4b657bca3b39f7b11cba1405931aeb490f3d
tree6092e80a966bc3b44ea135c455fa7c2f450a7187
parent3ee9cebd0a5e7ea47eb35cec95eaa1a866af982d
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 <darwi@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250815070227.19981-2-darwi@linutronix.de
arch/x86/include/asm/cpuid.h [deleted file]