gpio: add missing static inline
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Oct 2016 09:37:24 +0000 (11:37 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Oct 2016 21:38:11 +0000 (23:38 +0200)
commite0852940662362a641c059610755169e3852b873
treedd68b8152bcb0fc74d2e12ae83e5ff243ed092b5
parentf4c1181f0fdeab19fb0b656abfb41bee7ca080b8
gpio: add missing static inline

of_get_named_gpiod_flags() was missing a static inline version
when compiling without OF_GPIO. Add this.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.h