Skip to content

Commit

Permalink
regmap: Export regmap_async_complete()
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 5, 2013
1 parent f804fb5 commit f88948e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/base/regmap/regmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@ int regmap_async_complete(struct regmap *map)

return ret;
}
EXPORT_SYMBOL_GPL(regmap_async_complete);

/**
* regmap_register_patch: Register and apply register updates to be applied
Expand Down

0 comments on commit f88948e

Please sign in to comment.