diff options
Diffstat (limited to 'include/linux/srcutree.h')
-rw-r--r-- | include/linux/srcutree.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/srcutree.h b/include/linux/srcutree.h index 42973f787e7e..a949f4f9e4d7 100644 --- a/include/linux/srcutree.h +++ b/include/linux/srcutree.h | |||
@@ -104,8 +104,6 @@ struct srcu_struct { | |||
104 | #define SRCU_STATE_SCAN1 1 | 104 | #define SRCU_STATE_SCAN1 1 |
105 | #define SRCU_STATE_SCAN2 2 | 105 | #define SRCU_STATE_SCAN2 2 |
106 | 106 | ||
107 | void process_srcu(struct work_struct *work); | ||
108 | |||
109 | #define __SRCU_STRUCT_INIT(name) \ | 107 | #define __SRCU_STRUCT_INIT(name) \ |
110 | { \ | 108 | { \ |
111 | .sda = &name##_srcu_data, \ | 109 | .sda = &name##_srcu_data, \ |
@@ -141,5 +139,6 @@ void process_srcu(struct work_struct *work); | |||
141 | 139 | ||
142 | void synchronize_srcu_expedited(struct srcu_struct *sp); | 140 | void synchronize_srcu_expedited(struct srcu_struct *sp); |
143 | void srcu_barrier(struct srcu_struct *sp); | 141 | void srcu_barrier(struct srcu_struct *sp); |
142 | void srcu_torture_stats_print(struct srcu_struct *sp, char *tt, char *tf); | ||
144 | 143 | ||
145 | #endif | 144 | #endif |