Commit b31dc3c4ff530923e471a66a8ad20801326e3951

Authored by Dmitri Vorobiev
Committed by Ralf Baechle
1 parent ddaf5740b9

[MIPS] make plat_perf_setup() static

There is no need for the plat_perf_setup() function to be global,
so make it static.

Successfully build-tested using default configs for Malta, Atlas
and SEAD boards.

Runtime test successfully performed by booting the Malta 4Kc board
up to the shell prompt.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/mips/mips-boards/generic/time.c
... ... @@ -147,7 +147,7 @@
147 147 return mc146818_get_cmos_time();
148 148 }
149 149  
150   -void __init plat_perf_setup(void)
  150 +static void __init plat_perf_setup(void)
151 151 {
152 152 #ifdef MSC01E_INT_BASE
153 153 if (cpu_has_veic) {