Add missing include which adds the prototype to plat_time_init(). Fixes: f932449c11da ("MIPS: ingenic: Drop obsolete code, merge the rest in setup.c") Signed-off-by: Paul Cercueil <p...@crapouillou.net> Reported-by: kbuild test robot <l...@intel.com> --- arch/mips/jz4740/setup.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/mips/jz4740/setup.c b/arch/mips/jz4740/setup.c index 81428ddcaa97..c627fbd90892 100644 --- a/arch/mips/jz4740/setup.c +++ b/arch/mips/jz4740/setup.c @@ -20,6 +20,7 @@ #include <asm/fw/fw.h> #include <asm/prom.h> #include <asm/reboot.h> +#include <asm/time.h> #define JZ4740_EMC_BASE_ADDR 0x13010000 -- 2.26.2