Skip to content

Commit 3da8ee8

Browse files
geertuglaubitz
authored andcommitted
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 <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Link: https://lore.kernel.org/r/fba00424b5b0bee0f9b9cbc63d649a86854d202f.1709579038.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 758e152 commit 3da8ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/sh/boards/board-sh7757lcr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ static int __init sh7757lcr_devices_setup(void)
569569
arch_initcall(sh7757lcr_devices_setup);
570570

571571
/* Initialize IRQ setting */
572-
void __init init_sh7757lcr_IRQ(void)
572+
static void __init init_sh7757lcr_IRQ(void)
573573
{
574574
plat_irq_setup_pins(IRQ_MODE_IRQ7654);
575575
plat_irq_setup_pins(IRQ_MODE_IRQ3210);

0 commit comments

Comments
 (0)