Yongzhen Zhang d18419cd66 MIPS: BCM47XX: Declare early_tlb_init() static
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>
2024-04-15 10:21:20 +02:00
..
2024-03-21 14:41:00 -07:00
2024-04-09 16:21:01 +02:00
2024-03-21 12:44:10 -07:00
2024-03-14 15:53:10 -07:00
2024-04-05 13:09:48 -07:00
2024-03-21 10:13:47 -07:00
2024-03-15 12:37:59 -07:00
2024-04-14 10:48:51 -07:00