Re: [PATCH] gpio: fix incorrect merge of linux/gpio/driver.h

2019-09-10 Thread Linus Walleij
On Mon, Sep 9, 2019 at 9:35 PM Arnd Bergmann wrote: > Two otherwise correct patches got merged incorrectly, which leads to > build problems when CONFIG_GPIOLIB is disabled: This has actually been fixed in my for-next branch for days, the problem is that new next releases are not coming out curre

Re: [PATCH] gpio: fix incorrect merge of linux/gpio/driver.h

2019-09-09 Thread Brian Masney
On Mon, Sep 09, 2019 at 10:34:59PM +0200, Arnd Bergmann wrote: > Two otherwise correct patches got merged incorrectly, which leads to > build problems when CONFIG_GPIOLIB is disabled: > > include/linux/gpio/driver.h:722:19: error: static declaration of > 'gpiochip_lock_as_irq' follows non-static

[PATCH] gpio: fix incorrect merge of linux/gpio/driver.h

2019-09-09 Thread Arnd Bergmann
Two otherwise correct patches got merged incorrectly, which leads to build problems when CONFIG_GPIOLIB is disabled: include/linux/gpio/driver.h:722:19: error: static declaration of 'gpiochip_lock_as_irq' follows non-static declaration static inline int gpiochip_lock_as_irq(struct gpio_chip *chip