aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/srcutree.h
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-06-15 17:06:38 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-07-24 16:03:23 -0700
commit0d8a1e831e21d955af68f4ae5658b58b7ec25557 (patch)
tree160778abe12a5786448fea0621fb3da256debdb6 /include/linux/srcutree.h
parentrcutorture: Remove obsolete SRCU-C.boot (diff)
downloadlinux-dev-0d8a1e831e21d955af68f4ae5658b58b7ec25557.tar.xz
linux-dev-0d8a1e831e21d955af68f4ae5658b58b7ec25557.zip
srcu: Make process_srcu() be static
The function process_srcu() is not invoked outside of srcutree.c, so this commit makes it static and drops the EXPORT_SYMBOL_GPL(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'include/linux/srcutree.h')
-rw-r--r--include/linux/srcutree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/srcutree.h b/include/linux/srcutree.h
index 42973f787e7e..a026a9493bde 100644
--- a/include/linux/srcutree.h
+++ b/include/linux/srcutree.h
@@ -104,8 +104,6 @@ struct srcu_struct {
#define SRCU_STATE_SCAN1 1
#define SRCU_STATE_SCAN2 2
-void process_srcu(struct work_struct *work);
-
#define __SRCU_STRUCT_INIT(name) \
{ \
.sda = &name##_srcu_data, \