https://github.com/torvalds/linux
Revision 05eab4f328bb127de37c1d619013c340cc5aaf39 authored by Jason Yan on 15 April 2020, 08:42:26 UTC, committed by David S. Miller on 16 April 2020, 20:52:31 UTC
Fix the following sparse warning:

drivers/isdn/hardware/mISDN/mISDNisar.c:746:12: warning: symbol 'dmril'
was not declared. Should it be static?
drivers/isdn/hardware/mISDN/mISDNisar.c:749:12: warning: symbol 'dmrim'
was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 806fd18
History
Tip revision: 05eab4f328bb127de37c1d619013c340cc5aaf39 authored by Jason Yan on 15 April 2020, 08:42:26 UTC
mISDN: make dmril and dmrim static
Tip revision: 05eab4f
File Mode Size
Kconfig -rw-r--r-- 26.6 KB
Makefile -rw-r--r-- 3.1 KB
blktrace.c -rw-r--r-- 46.7 KB
bpf_trace.c -rw-r--r-- 45.4 KB
fgraph.c -rw-r--r-- 16.9 KB
ftrace.c -rw-r--r-- 175.2 KB
ftrace_internal.h -rw-r--r-- 2.4 KB
kprobe_event_gen_test.c -rw-r--r-- 5.6 KB
power-traces.c -rw-r--r-- 505 bytes
preemptirq_delay_test.c -rw-r--r-- 3.8 KB
ring_buffer.c -rw-r--r-- 140.6 KB
ring_buffer_benchmark.c -rw-r--r-- 10.8 KB
rpm-traces.c -rw-r--r-- 510 bytes
synth_event_gen_test.c -rw-r--r-- 13.3 KB
trace.c -rw-r--r-- 230.9 KB
trace.h -rw-r--r-- 65.5 KB
trace_benchmark.c -rw-r--r-- 5.2 KB
trace_benchmark.h -rw-r--r-- 871 bytes
trace_boot.c -rw-r--r-- 7.8 KB
trace_branch.c -rw-r--r-- 10.1 KB
trace_clock.c -rw-r--r-- 3.6 KB
trace_dynevent.c -rw-r--r-- 11.9 KB
trace_dynevent.h -rw-r--r-- 4.6 KB
trace_entries.h -rw-r--r-- 8.2 KB
trace_event_perf.c -rw-r--r-- 12.0 KB
trace_events.c -rw-r--r-- 86.2 KB
trace_events_filter.c -rw-r--r-- 55.9 KB
trace_events_filter_test.h -rw-r--r-- 1.1 KB
trace_events_hist.c -rw-r--r-- 176.8 KB
trace_events_inject.c -rw-r--r-- 6.4 KB
trace_events_trigger.c -rw-r--r-- 40.8 KB
trace_export.c -rw-r--r-- 4.7 KB
trace_functions.c -rw-r--r-- 18.0 KB
trace_functions_graph.c -rw-r--r-- 32.5 KB
trace_hwlat.c -rw-r--r-- 16.9 KB
trace_irqsoff.c -rw-r--r-- 17.6 KB
trace_kdb.c -rw-r--r-- 3.5 KB
trace_kprobe.c -rw-r--r-- 50.3 KB
trace_kprobe_selftest.c -rw-r--r-- 353 bytes
trace_kprobe_selftest.h -rw-r--r-- 313 bytes
trace_mmiotrace.c -rw-r--r-- 8.6 KB
trace_nop.c -rw-r--r-- 2.2 KB
trace_output.c -rw-r--r-- 30.8 KB
trace_output.h -rw-r--r-- 1.2 KB
trace_preemptirq.c -rw-r--r-- 2.3 KB
trace_printk.c -rw-r--r-- 8.7 KB
trace_probe.c -rw-r--r-- 26.4 KB
trace_probe.h -rw-r--r-- 14.9 KB
trace_probe_tmpl.h -rw-r--r-- 5.6 KB
trace_sched_switch.c -rw-r--r-- 3.1 KB
trace_sched_wakeup.c -rw-r--r-- 19.6 KB
trace_selftest.c -rw-r--r-- 26.3 KB
trace_selftest_dynamic.c -rw-r--r-- 270 bytes
trace_seq.c -rw-r--r-- 10.4 KB
trace_stack.c -rw-r--r-- 14.7 KB
trace_stat.c -rw-r--r-- 7.6 KB
trace_stat.h -rw-r--r-- 992 bytes
trace_syscalls.c -rw-r--r-- 20.4 KB
trace_uprobe.c -rw-r--r-- 37.5 KB
tracing_map.c -rw-r--r-- 29.8 KB
tracing_map.h -rw-r--r-- 11.3 KB

back to top