From: Stephen Rothwell Date: Wed, 15 Jan 2020 01:02:58 +0000 (+1100) Subject: regulator fix for "regulator: core: Add regulator_is_equal() helper" X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0468e667a5bead9c1b7ded92861b5a98d8d78745;p=uclinux-h8%2Flinux.git regulator fix for "regulator: core: Add regulator_is_equal() helper" Signed-off-by: Stephen Rothwell Link: https://lore.kernel.org/r/20200115120258.0e535fcb@canb.auug.org.au Acked-by: Marek Vasut Signed-off-by: Mark Brown --- diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index 2c89d886595c..6a92fd3105a3 100644 --- a/include/linux/regulator/consumer.h +++ b/include/linux/regulator/consumer.h @@ -596,7 +596,7 @@ regulator_bulk_set_supply_names(struct regulator_bulk_data *consumers, } static inline bool -regulator_is_equal(struct regulator *reg1, struct regulator *reg2); +regulator_is_equal(struct regulator *reg1, struct regulator *reg2) { return false; }