Re: [PATCH 1/1] regmap: cache: Make regcache_sync_block_raw static

2013-04-05 Thread Mark Brown
On Thu, Apr 04, 2013 at 02:36:18PM +0530, Sachin Kamat wrote: > 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? Appl

[PATCH 1/1] regmap: cache: Make regcache_sync_block_raw static

2013-04-04 Thread Sachin Kamat
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 --- drivers/base/regmap/regcache.c |2 +-