summaryrefslogtreecommitdiff
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-02 15:00:03 +0000
committerLokesh Pathak <lpathak@nvidia.com>2012-03-05 07:48:18 -0800
commitd8335922ee7e96d49cc2886b29f34cad74504065 (patch)
tree2e445f3a493512ba7d8773682539f84d67a65df6 /include/linux/regmap.h
parent5b231be1b3bfdffa300f68c0d2fbd72df1b7f653 (diff)
regmap: Rename LZO cache type to compressed
Users probably don't care about the specific compression algorithm and we might want to use a different algorithm (snappy being the one I'm thinking of right now) so update the public interface to have a more generic name. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> (cherry picked from commit 50b776fc71c13663eb7434f634f2b796de5c9885) Change-Id: I4016e48c8d86581693e8b0af16225d4b832704c2 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/87550
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r--include/linux/regmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 0cf66d8a6a7f..2d78df9f1d82 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -25,7 +25,7 @@ enum regcache_type {
REGCACHE_NONE,
REGCACHE_INDEXED,
REGCACHE_RBTREE,
- REGCACHE_LZO
+ REGCACHE_COMPRESSED
};
/**