MIPS: lantiq: falcon: sysctrl: add missing header prom.h
authorShiji Yang <yangshiji66@outlook.com>
Wed, 18 Jun 2025 14:53:22 +0000 (22:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 3 Jul 2025 10:35:11 +0000 (12:35 +0200)
commit8a6156bd26240177e710fd8623bc2eb0ef0092cf
tree0730afb1d3858dbb6c80005b68967d02b2706d01
parent01432b513638b0ffb080aa211b5b7f7ecf316f24
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>
arch/mips/lantiq/falcon/sysctrl.c