All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: ingenic: Add missing include
@ 2020-05-19 21:22 Paul Cercueil
  2020-05-20  6:45 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Cercueil @ 2020-05-19 21:22 UTC (permalink / raw)
  To: Thomas Bogendoerfer
  Cc: od, linux-mips, linux-kernel, Paul Cercueil, kbuild test robot

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>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-20 10:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 21:22 [PATCH] MIPS: ingenic: Add missing include Paul Cercueil
2020-05-20  6:45 ` Thomas Bogendoerfer
2020-05-20  9:19   ` Philippe Mathieu-Daudé
2020-05-20  9:27     ` Thomas Bogendoerfer
2020-05-20 10:01       ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.