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>
This commit is contained in:
Stephen Rothwell 2020-01-15 12:02:58 +11:00 committed by Mark Brown
parent b059b7e0ec
commit 0468e667a5
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}