Skip to content

Commit

Permalink
regulator fix for "regulator: core: Add regulator_is_equal() helper"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Mark Brown committed Jan 15, 2020
1 parent b059b7e commit 0468e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/regulator/consumer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0468e66

Please sign in to comment.