1
0
Fork 0

Merge branch 'regmap-5.1' into regmap-next

hifive-unleashed-5.1
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
1 changed files with 1 additions and 1 deletions

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;