OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b059b7e
)
regulator fix for "regulator: core: Add regulator_is_equal() helper"
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 15 Jan 2020 01:02:58 +0000
(12:02 +1100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 15 Jan 2020 14:10:45 +0000
(14:10 +0000)
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>
include/linux/regulator/consumer.h
patch
|
blob
|
history
diff --git
a/include/linux/regulator/consumer.h
b/include/linux/regulator/consumer.h
index
2c89d88
..
6a92fd3
100644
(file)
--- 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;
}