kernel/arch/arm/kernel/bugs.c
.. .. @@ -1,5 +1,6 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include <linux/init.h> 3 +#include <linux/cpu.h>3 4 #include <asm/bugs.h> 4 5 #include <asm/proc-fns.h> 5 6 .. .. @@ -11,7 +12,7 @@ 11 12 #endif 12 13 } 13 14 14 -void __init check_bugs(void)15 +void __init arch_cpu_finalize_init(void)15 16 { 16 17 check_writebuffer_bugs(); 17 18 check_other_bugs();