Skip to content

Commit

Permalink
regmap: Export regcache_sync_region()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Apr 3, 2012
1 parent dd775ae commit e466de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/base/regmap/regcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e466de0

Please sign in to comment.