diff options
author | Mark Brown <broonie@kernel.org> | 2020-01-15 14:12:12 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-15 14:12:12 +0000 |
commit | df4e3eee310fb66e5f17aa651183b94d0d152650 (patch) | |
tree | d64b36f2d360ec9b9a3551e2b92f5c26be778294 /include | |
parent | 06bf8ea4f8ae34f91e60d27c8065f55d7a88c682 (diff) | |
parent | 0468e667a5bead9c1b7ded92861b5a98d8d78745 (diff) | |
download | linux-df4e3eee310fb66e5f17aa651183b94d0d152650.tar.bz2 |
Merge branch 'topic/equal' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into asoc-5.6
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/consumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |