Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
[linux-2.6-microblaze.git] / include / linux / rcu_segcblist.h
index 6467590..b36afe7 100644 (file)
@@ -22,7 +22,6 @@ struct rcu_cblist {
        struct rcu_head *head;
        struct rcu_head **tail;
        long len;
-       long len_lazy;
 };
 
 #define RCU_CBLIST_INITIALIZER(n) { .head = NULL, .tail = &n.head }
@@ -73,7 +72,6 @@ struct rcu_segcblist {
 #else
        long len;
 #endif
-       long len_lazy;
        u8 enabled;
        u8 offloaded;
 };