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

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

parent b059b7e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}