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)
commitd072cb263f9e0ce3f8f6089c17e3466885971fa8
tree0e2c470ba9c813eac9ed6afe9a68897a0b5baee3
parentd0087e72710ca7d1b309bf427286da58418ea89e
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