diff options
author | Denis Efremov <efremov@linux.com> | 2019-07-04 14:57:19 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-08-01 23:30:22 +0200 |
commit | 21f57546ceaf4c5537a617f55b809a843b109210 (patch) | |
tree | beead8a615ec6f2e6d1716f1422d4110ab3fab0f /arch | |
parent | rcutorture: Emulate userspace sojourn during call_rcu() floods (diff) | |
download | linux-21f57546ceaf4c5537a617f55b809a843b109210.tar.xz linux-21f57546ceaf4c5537a617f55b809a843b109210.zip |
torture: Remove exporting of internal functions
The functions torture_onoff_cleanup() and torture_shuffle_cleanup()
are declared static and marked EXPORT_SYMBOL_GPL(), which is at best an
odd combination. Because these functions are not used outside of the
kernel/torture.c file they are defined in, this commit removes their
EXPORT_SYMBOL_GPL() marking.
Fixes: cc47ae083026 ("rcutorture: Abstract torture-test cleanup")
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions