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: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Shiji Yang
2025-06-18 22:53:22 +08:00
committed by Thomas Bogendoerfer
parent 01432b5136
commit 8a6156bd26

View File

@@ -14,6 +14,7 @@
#include <lantiq_soc.h>
#include "../clk.h"
#include "../prom.h"
/* infrastructure control register */
#define SYS1_INFRAC 0x00bc