[PATCH] gpio/omap: omap_gpio_init_context stub must be inline

Linus Walleij linus.walleij at linaro.org
Mon Jun 17 02:27:30 EDT 2013


On Fri, May 31, 2013 at 5:59 PM, Arnd Bergmann <arnd at arndb.de> wrote:

> The bug fix 352a2d5bf "gpio/omap: ensure gpio context is initialised"
> has caused a new warning for omap1_defconfig:
>
> drivers/gpio/gpio-omap.c:1465:13: warning: 'omap_gpio_init_context' defined but not used [-Wunused-function]
>  static void omap_gpio_init_context(struct gpio_bank *p) {}
>              ^
>
> The solution is to mark the stub function as 'static inline' so
> it gets left out of the build when unused.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>

Patch applied with Tony's and Santosh's ACKs.

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list