On Mon, Feb 10, 2020 at 10:03:00AM -0300, Fabio Estevam wrote:
On Mon, Feb 10, 2020 at 9:38 AM Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
+static inline bool +regulator_is_equal(struct regulator *reg1, struct regulator *reg2);
This causes build error. There is a fix for this in:
commit 0468e667a5bead9c1b7ded92861b5a98d8d78745 Author: Stephen Rothwell sfr@canb.auug.org.au Date: Wed Jan 15 12:02:58 2020 +1100
regulator fix for "regulator: core: Add regulator_is_equal() helper" Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Link: https://lore.kernel.org/r/20200115120258.0e535fcb@canb.auug.org.au Acked-by: Marek Vasut <marex@denx.de> Signed-off-by: Mark Brown <broonie@kernel.org>
That commit is also queued up already, thanks!
greg k-h