[PATCH] MIPS: ingenic: Add missing include

From: Paul Cercueil
Date: Tue May 19 2020 - 17:22:52 EST


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 <paul@xxxxxxxxxxxxxxx>
Reported-by: kbuild test robot <lkp@xxxxxxxxx>
---
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