Commit 0468e667 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Mark Brown

regulator fix for "regulator: core: Add regulator_is_equal() helper"

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20200115120258.0e535fcb@canb.auug.org.auAcked-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b059b7e0
...@@ -596,7 +596,7 @@ regulator_bulk_set_supply_names(struct regulator_bulk_data *consumers, ...@@ -596,7 +596,7 @@ regulator_bulk_set_supply_names(struct regulator_bulk_data *consumers,
} }
static inline bool static inline bool
regulator_is_equal(struct regulator *reg1, struct regulator *reg2); regulator_is_equal(struct regulator *reg1, struct regulator *reg2)
{ {
return false; return false;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment