MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst()
authorShiji Yang <yangshiji66@outlook.com>
Wed, 18 Jun 2025 14:53:21 +0000 (22:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 3 Jul 2025 10:35:11 +0000 (12:35 +0200)
commit01432b513638b0ffb080aa211b5b7f7ecf316f24
tree11f7dbb2eec4f3c88f5915176332218afba31c3e
parentd97930fbf2d2aa00e7da9be7f128754920486953
MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst()

This is a defined but unused function. Fix warning:

arch/mips/lantiq/falcon/sysctrl.c:75:6: error: no previous prototype for 'falcon_trigger_hrst' [-Werror=missing-prototypes]
   75 | void falcon_trigger_hrst(int level)
      |      ^~~~~~~~~~~~~~~~~~~

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/lantiq/falcon/sysctrl.c