sh: hd64461: Make setup_hd64461() static
authorArtur Rojek <contact@artur-rojek.eu>
Sun, 11 Feb 2024 19:34:51 +0000 (20:34 +0100)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Thu, 21 Mar 2024 11:17:35 +0000 (12:17 +0100)
commit1e21acb7fbfb15fcb4afe21fb5a50a1bc00743ec
treecc1c6b9ad18ab841d257b3e2460d243c109f27b8
parentad4acb2ec205464e5c352c0466603174aecb3a38
sh: hd64461: Make setup_hd64461() static

Enforce internal linkage for setup_hd64461().

This fixes the following error:
arch/sh/cchips/hd6446x/hd64461.c:75:12: error: no previous prototype for 'setup_hd64461' [-Werror=missing-prototypes]

Signed-off-by: Artur Rojek <contact@artur-rojek.eu>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/20240211193451.106795-1-contact@artur-rojek.eu
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/cchips/hd6446x/hd64461.c