From: "Paul E. McKenney" Well, if one cleanup_srcu_struct() is good, two must be twice as good, right? This patch removes the spare, which was in my original. :-/ Signed-off-by: Paul E. McKenney Signed-off-by: Andrew Morton --- include/linux/srcu.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/srcu.h~add-srcu-based-notifier-chains-cleanup include/linux/srcu.h --- a/include/linux/srcu.h~add-srcu-based-notifier-chains-cleanup +++ a/include/linux/srcu.h @@ -49,6 +49,5 @@ int srcu_read_lock(struct srcu_struct *s void srcu_read_unlock(struct srcu_struct *sp, int idx) __releases(sp); void synchronize_srcu(struct srcu_struct *sp); long srcu_batches_completed(struct srcu_struct *sp); -void cleanup_srcu_struct(struct srcu_struct *sp); #endif _