1
0
Fork 0

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>
hifive-unleashed-5.1
Mark Brown 2012-04-03 13:08:53 +01:00
parent dd775ae254
commit e466de0519
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ out:
return ret;
}
EXPORT_SYMBOL_GPL(regcache_sync_region);
/**
* regcache_cache_only: Put a register map into cache only mode