regmap: cache: Make regcache_sync_block_raw static
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 4 Apr 2013 09:06:18 +0000 (14:36 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 5 Apr 2013 10:28:12 +0000 (11:28 +0100)
commitf52687afb87cfb2d26699d7f84088c2b04adde50
tree5957b90a0463ea649e316b339f574d2fb306a8eb
parent75a5f89f635c2b7cd1f94fcaef5f764d480c8481
regmap: cache: Make regcache_sync_block_raw static

regcache_sync_block_raw is used only in this file. Hence make it static.
Silences the following warning:
drivers/base/regmap/regcache.c:608:5: warning:
symbol 'regcache_sync_block_raw' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regcache.c