linux_dsm_epyc7002/arch/csky/kernel
Krzysztof Wilczynski 9af032a301 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>
2019-09-30 11:50:49 +08:00
..
asm-offsets.c
atomic.S csky: Reconstruct signal processing 2019-04-22 13:44:57 +08:00
cpu-probe.c
dumpstack.c
entry.S csky: entry: Remove unneeded need_resched() loop 2019-09-30 11:49:47 +08:00
ftrace.c
head.S csky: Support vmlinux bootup with MMU off 2019-04-22 13:44:57 +08:00
irq.c
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
module.c
perf_callchain.c csky: Add perf callchain support 2019-04-22 13:44:57 +08:00
perf_event.c csky: Move static keyword to the front of declaration 2019-09-30 11:50:49 +08:00
perf_regs.c csky: Add support for perf registers sampling 2019-04-22 13:44:57 +08:00
power.c
process.c csky: Fixup add zero_fp fixup perf backtrace panic 2019-09-30 10:26:32 +08:00
ptrace.c csky/syscall_trace: Fixup return processing flow 2019-04-22 15:55:28 +08:00
setup.c csky: Use va_pa_offset instead of phys_offset 2019-04-22 13:44:57 +08:00
signal.c Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2019-07-08 21:48:15 -07:00
smp.c csky: Revert mmu ASID mechanism 2019-07-19 14:21:36 +08:00
stacktrace.c
syscall_table.c
syscall.c
time.c
traps.c arch/csky patches for 5.3-rc1 2019-07-19 12:15:33 -07:00
vdso.c
vmlinux.lds.S