]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - kernel/trace/trace_selftest_dynamic.c
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
[mirror_ubuntu-artful-kernel.git] / kernel / trace / trace_selftest_dynamic.c
1 #include "trace.h"
2
3 int DYN_FTRACE_TEST_NAME(void)
4 {
5 /* used to call mcount */
6 return 0;
7 }
8
9 int DYN_FTRACE_TEST_NAME2(void)
10 {
11 /* used to call mcount */
12 return 0;
13 }