[PATCH] Remove redundant cleanup_srcu_struct() declaration

From: Paul E. McKenney
Date: Mon Aug 07 2006 - 09:12:08 EST


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 <paulmck@xxxxxxxxxx>
---

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/