diff options
Diffstat (limited to 'include/init.h')
-rw-r--r-- | include/init.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/init.h b/include/init.h index afc953d51e2..a58d7a6917f 100644 --- a/include/init.h +++ b/include/init.h @@ -109,14 +109,7 @@ int arch_reserve_stacks(void); */ int init_cache_f_r(void); -#if !CONFIG_IS_ENABLED(CPU) -/** - * print_cpuinfo() - Display information about the CPU - * - * Return: 0 if OK, -ve on error - */ int print_cpuinfo(void); -#endif int timer_init(void); int reserve_mmu(void); int misc_init_f(void); |