mirror of
https://github.com/torvalds/linux.git
synced 2026-08-23 00:15:27 +02:00
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> |
||
|---|---|---|
| .. | ||
| asm-offsets.c | ||
| atomic.S | ||
| cpu-probe.c | ||
| dumpstack.c | ||
| entry.S | ||
| ftrace.c | ||
| head.S | ||
| irq.c | ||
| Makefile | ||
| module.c | ||
| perf_callchain.c | ||
| perf_event.c | ||
| perf_regs.c | ||
| power.c | ||
| process.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| smp.c | ||
| stacktrace.c | ||
| syscall_table.c | ||
| syscall.c | ||
| time.c | ||
| traps.c | ||
| vdso.c | ||
| vmlinux.lds.S | ||