regmap: Export regcache_sync_region()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Apr 2012 12:08:53 +0000 (13:08 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Apr 2012 12:08:53 +0000 (13:08 +0100)
commite466de05194b666114713b753e2f4be1d4200140
treed744106bb25b94cdc2e819b06483efc5202a5a28
parentdd775ae2549217d3ae09363e3edb305d0fa19928
regmap: Export regcache_sync_region()

regcache_sync_region() isn't going to be useful to most drivers if we
don't export it since otherwise they can't use it when built modular.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regcache.c