2006-08-07 13:14:25

by Paul E. McKenney

[permalink] [raw]
Subject: [PATCH] Remove redundant cleanup_srcu_struct() declaration

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 <[email protected]>
---

srcu.h | 1 -
1 files changed, 1 deletion(-)

diff -urpNa -X dontdiff linux-2.6.18-rc2-mm1/include/linux/srcu.h linux-2.6.18-rc2-mm1-rrcss/include/linux/srcu.h
--- linux-2.6.18-rc2-mm1/include/linux/srcu.h 2006-08-05 16:30:44.000000000 -0700
+++ linux-2.6.18-rc2-mm1-rrcss/include/linux/srcu.h 2006-08-05 20:00:46.000000000 -0700
@@ -49,6 +49,5 @@ int srcu_read_lock(struct srcu_struct *s
void srcu_read_unlock(struct srcu_struct *sp, int idx);
void synchronize_srcu(struct srcu_struct *sp);
long srcu_batches_completed(struct srcu_struct *sp);
-void cleanup_srcu_struct(struct srcu_struct *sp);

#endif