Commit 752a6a5f authored by Mark Brown's avatar Mark Brown
Browse files

regmap: Export regmap_reinit_cache()



It's supposed to be there for drivers.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 5494a98f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -472,6 +472,7 @@ int regmap_reinit_cache(struct regmap *map, const struct regmap_config *config)


	return ret;
	return ret;
}
}
EXPORT_SYMBOL_GPL(regmap_reinit_cache);


/**
/**
 * regmap_exit(): Free a previously allocated register map
 * regmap_exit(): Free a previously allocated register map