[PATCH v3 04/44] x86/cpu: Reorder scattered.c headers alphabetically
"Ahmed S. Darwish" <[email protected]>
| Newsgroups | dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
The source file uses cpuid_*() macros, but it does not include <asm/cpuid/api.h>. Sort its include lines so that the CPUID header can be included next. Signed-off-by: Ahmed S. Darwish <[email protected]> --- arch/x86/kernel/cpu/scattered.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/scattered.c b/arch/x86/kernel/cpu/scattered.c index dbf6d71bdf18..3d23b943f596 100644 --- a/arch/x86/kernel/cpu/scattered.c +++ b/arch/x86/kernel/cpu/scattered.c @@ -4,8 +4,8 @@ */ #include <linux/cpu.h> -#include <asm/memtype.h> #include <asm/apic.h> +#include <asm/memtype.h> #include <asm/processor.h> #include "cpu.h" -- 2.49.0