]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: add missing 'static inline' to a helper's stub
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 2 Sep 2019 15:13:32 +0000 (17:13 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 3 Sep 2019 11:37:16 +0000 (12:37 +0100)
commit4f015584c6e99ebb6e17de3e1b4ef5efee3b938e
tree0e2c470ba9c813eac9ed6afe9a68897a0b5baee3
parent6c086f23c1a35ebd85877c89c0a10a343dfd45bb
regulator: add missing 'static inline' to a helper's stub

The build fails when CONFIG_REGULATOR is not selected because the stub
for regulator_bulk_set_supply_names() is missing the 'static inline'
attribute.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Link: https://lore.kernel.org/r/20190902151332.28058-1-brgl@bgdev.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/regulator/consumer.h