nds32: Move static keyword to the front of declaration
authorKrzysztof Wilczynski <kw@linux.com>
Wed, 4 Sep 2019 23:52:16 +0000 (01:52 +0200)
committerGreentime Hu <greentime.hu@sifive.com>
Thu, 21 Nov 2019 08:05:15 +0000 (16:05 +0800)
commitb6378caf829e9e3b4d61c0901f4d6c1e6819716f
treef9e424954364092ac664d54225d6b4a141a5755d
parent1b78375c3789cb89912e4a5a47070841211888af
nds32: Move static keyword to the front of declaration

Move the static keyword to the front of declaration of
cpu_pmu_of_device_ids, and resolve the following compiler
warning that can be seen when building with warnings
enabled (W=1):

arch/nds32/kernel/perf_event_cpu.c:1122:1: warning:
  â€˜static’ is not at beginning of declaration [-Wold-style-declaration]

Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
Acked-by: Greentime Hu <green.hu@gmail.com>
Signed-off-by: Greentime Hu <green.hu@gmail.com>
arch/nds32/kernel/perf_event_cpu.c