Unverified Commit 31172d10 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'regmap-5.1' into regmap-next

parents f17b5f06 435bba0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ struct regcache_rbtree_node {
	unsigned int blklen;
	/* the actual rbtree node holding this block */
	struct rb_node node;
} __attribute__ ((packed));
};

struct regcache_rbtree_ctx {
	struct rb_root root;