diff options
author | Paul Cercueil | 2020-05-19 23:22:30 +0200 |
---|---|---|
committer | Thomas Bogendoerfer | 2020-05-20 08:42:31 +0200 |
commit | c9c2e9c596e90fcf9ee0bf16672f7b938f39b913 (patch) | |
tree | f2551cfcb47a988c7729a006285d35c5c0968426 /arch/mips/jz4740 | |
parent | 866c70f28e49e6d757a2af67f300dcd343c28e7e (diff) |
MIPS: ingenic: Add missing include
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@crapouillou.net>
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/jz4740')
-rw-r--r-- | arch/mips/jz4740/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/jz4740/setup.c b/arch/mips/jz4740/setup.c index 142cf127bf9e..61468a87775c 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 |