License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / kernel / trace / trace_selftest_dynamic.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
d05cdb25
SR
2#include "trace.h"
3
4int DYN_FTRACE_TEST_NAME(void)
5{
6 /* used to call mcount */
7 return 0;
8}
95950c2e
SR
9
10int DYN_FTRACE_TEST_NAME2(void)
11{
12 /* used to call mcount */
13 return 0;
14}