Home
last modified time | relevance | path

Searched hist:f52687afb87cfb2d26699d7f84088c2b04adde50 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregcache.cdiff f52687afb87cfb2d26699d7f84088c2b04adde50 Thu Apr 04 04:06:18 CDT 2013 Sachin Kamat <sachin.kamat@linaro.org> 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>