mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 13:10:19 +02:00
early_tlb_init() was local to file but not declared static,
leading to error:
arch/mips/bcm47xx/prom.c:126:6: error: no previous prototype for ‘early_tlb_init’ [-Werror=missing-prototypes]
126 | void early_tlb_init(void)
| ^~~~~~~~~~~~~~
Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
|
||
|---|---|---|
| .. | ||
| bcm47xx_private.h | ||
| board.c | ||
| buttons.c | ||
| irq.c | ||
| Kconfig | ||
| leds.c | ||
| Makefile | ||
| Platform | ||
| prom.c | ||
| serial.c | ||
| setup.c | ||
| time.c | ||
| workarounds.c | ||