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

2013-06-17 Thread Linus Walleij
On Fri, May 31, 2013 at 5:59 PM, Arnd Bergmann a...@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]

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

2013-06-05 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [130531 09:05]: 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

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

2013-06-05 Thread Santosh Shilimkar
On Friday 31 May 2013 11:59 AM, Arnd Bergmann 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

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

2013-05-31 Thread Arnd Bergmann
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) {}