diff options
| author | 2013-02-14 17:11:07 +0000 | |
|---|---|---|
| committer | 2013-02-14 17:11:07 +0000 | |
| commit | 7798b582d31e92227ca457f93db320ad9654dada (patch) | |
| tree | 13ea398eb239df155bba350bdb0ba4db18df5dc3 /include/linux | |
| parent | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next (diff) | |
| parent | regmap: flat: Add flat cache type (diff) | |
| download | linux-dev-7798b582d31e92227ca457f93db320ad9654dada.tar.xz linux-dev-7798b582d31e92227ca457f93db320ad9654dada.zip | |
Merge remote-tracking branch 'regmap/topic/flat' into regmap-next
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/regmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index f9b7fbe35ab1..7e2a48e25bd4 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h @@ -28,7 +28,8 @@ struct regmap_range_cfg; enum regcache_type { REGCACHE_NONE, REGCACHE_RBTREE, - REGCACHE_COMPRESSED + REGCACHE_COMPRESSED, + REGCACHE_FLAT, }; /** |
