summaryrefslogtreecommitdiff
path: root/arch/mips/boot/.gitignore
diff options
context:
space:
mode:
authorYongzhen Zhang <zhangyongzhen@kylinos.cn>2024-03-15 07:10:43 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-04-15 11:21:52 +0300
commitb796d046433b2042577d8d6c9a5d366e39095c30 (patch)
tree3db85630a2388a9ee6c5390541df4ee619a6f075 /arch/mips/boot/.gitignore
parentd18419cd66835c29ac732624324b99b43f4cff1c (diff)
downloadlinux-b796d046433b2042577d8d6c9a5d366e39095c30.tar.xz
MIPS: RB532: Declare prom_setup_cmdline() and rb532_gpio_init() static
early_tlb_init() and rb532_gpio_init() were local to file but not declared static, leading to error: arch/mips/rb532/prom.c:49:13: error: no previous prototype for ‘prom_setup_cmdline’ [-Werror=missing-prototypes] 49 | void __init prom_setup_cmdline(void) | ^~~~~~~~~~~~~~~~~~ arch/mips/rb532/gpio.c:200:12: error: no previous prototype for ‘rb532_gpio_init’ [-Werror=missing-prototypes] 200 | int __init rb532_gpio_init(void) | ^~~~~~~~~~~~~~~ Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/.gitignore')
0 files changed, 0 insertions, 0 deletions