Merge branch 'regmap-5.1' into regmap-next
This commit is contained in:
commit
31172d1002
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue