]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit34ef4a1667fd87d84fea9ad97c5d1cbf861bd66c
treedd68b8152bcb0fc74d2e12ae83e5ff243ed092b5
parent22f9c109a6103eaefeba09117ea0dc6a9316bc82
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