sh: sh7757lcr: Make init_sh7757lcr_IRQ() static
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 4 Mar 2024 19:10:47 +0000 (20:10 +0100)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Thu, 2 May 2024 10:01:31 +0000 (12:01 +0200)
commit3da8ee86f31f2381bd4633a82fbbe1834f0f09ed
tree02cc845ee8ba4be1fc8168306374a5f051580042
parent758e1523a85e64d132e8e9be368563cb7d14f877
sh: sh7757lcr: Make init_sh7757lcr_IRQ() static

arch/sh/boards/board-sh7757lcr.c:572:13: warning: no previous prototype for 'init_sh7757lcr_IRQ' [-Wmissing-prototypes]

There are no users outside this file, so make it static.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/fba00424b5b0bee0f9b9cbc63d649a86854d202f.1709579038.git.geert+renesas@glider.be
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/boards/board-sh7757lcr.c