]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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

index 87f54dbf601b90adf01e602ec200e5f967472d66..74b69095def6def7129d77a142936e7b751705d1 100644 (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