--- zzzz-none-000/linux-3.10.107/arch/mips/lib/uncached.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/mips/lib/uncached.c 2021-02-04 17:41:59.000000000 +0000 @@ -8,7 +8,6 @@ * Author: Maciej W. Rozycki */ -#include #include #include @@ -36,7 +35,7 @@ * values, so we can avoid sharing the same stack area between a cached * and the uncached mode. */ -unsigned long __cpuinit run_uncached(void *func) +unsigned long run_uncached(void *func) { register long sp __asm__("$sp"); register long ret __asm__("$2");