diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-18 16:53:00 +0000 |
---|---|---|
committer | Lokesh Pathak <lpathak@nvidia.com> | 2012-03-05 07:53:31 -0800 |
commit | 532545df7bab481d517619c474f42d28f8129e08 (patch) | |
tree | 140147a00bd4f8ce9c058a98c6d81d04b7f92344 /include | |
parent | a87d1cd82c3581b50a33ccadaf279e4095bcf47f (diff) |
regmap: Remove indexed cache type
There should be no situation where it offers any advantage over rbtree
and there are no current users so remove the code for simplicity.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
(cherry picked from commit 4c691664583ef6a91f9ed0e08a75fbd30a5ffd5c)
Change-Id: I58f92ec9b989b2eaaab767b4201aeb04edec50a8
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/87565
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index 164c9dc747a6..5f60221dbb4e 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h @@ -23,7 +23,6 @@ struct spi_device; /* An enum of all the supported cache types */ enum regcache_type { REGCACHE_NONE, - REGCACHE_INDEXED, REGCACHE_RBTREE, REGCACHE_COMPRESSED }; |