Commit 8a6156bd authored by Shiji Yang's avatar Shiji Yang Committed by Thomas Bogendoerfer
Browse files

MIPS: lantiq: falcon: sysctrl: add missing header prom.h



"prom.h" includes the prototype of ltq_soc_init(). Fix warning:

arch/mips/lantiq/falcon/sysctrl.c:185:13: error: no previous prototype for 'ltq_soc_init' [-Werror=missing-prototypes]
  185 | void __init ltq_soc_init(void)
      |             ^~~~~~~~~~~~

Signed-off-by: default avatarShiji Yang <yangshiji66@outlook.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 01432b51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <lantiq_soc.h>

#include "../clk.h"
#include "../prom.h"

/* infrastructure control register */
#define SYS1_INFRAC		0x00bc