From: Sachin Kamat Date: Thu, 4 Apr 2013 09:06:18 +0000 (+0530) Subject: regmap: cache: Make regcache_sync_block_raw static X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~132^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f52687afb87cfb2d26699d7f84088c2b04adde50;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed