On Wed, Apr 1, 2020 at 9:49 AM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > +EXPORT_SYMBOL_GPL(of_pinctrl_get); > > As exporting symbols has its (space) cost, and of_pinctrl_get() is a tiny > function, what about making it an inline function in > include/linux/pinctrl/pinctrl.h instead? I'm all for it! :) Yours, Linus Walleij