Merge branch 'regmap-5.1' into regmap-next

This commit is contained in:
Mark Brown 2019-01-29 17:17:02 +00:00
commit 31172d1002
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -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;