]> git.baikalelectronics.ru Git - kernel.git/commit
csky: Move static keyword to the front of declaration
authorKrzysztof Wilczynski <kw@linux.com>
Tue, 3 Sep 2019 11:36:51 +0000 (13:36 +0200)
committerGuo Ren <ren_guo@c-sky.com>
Mon, 30 Sep 2019 03:50:49 +0000 (11:50 +0800)
commitcd356ba681a232d24c9474ef6686b09e9a5a66a7
treed6a5d4c7cf5d297fd7963c64521002e9b404f0b0
parent5cfc7c3550b78796785f29dea258de862ba34def
csky: Move static keyword to the front of declaration

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

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

Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
arch/csky/kernel/perf_event.c