Просмотр исходного кода

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>
Mark Brown 13 лет назад
Родитель
Сommit
e466de0519
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      drivers/base/regmap/regcache.c

+ 1 - 0
drivers/base/regmap/regcache.c

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