Re: [PATCH] net: phy: spi_ks8995: include linux/gpio/consumer.h

2016-02-16 Thread David Miller
From: Arnd Bergmann Date: Fri, 12 Feb 2016 11:42:34 +0100 > The ks8995 phy driver just started using gpiod_* functions, which are > declared in linux/gpio/consumer.h, not linux/gpio.h, resulting in a > build failure in randconfig builds that do not have CONFIG_GPIOLIB > enabled: > > drivers/net/

[PATCH] net: phy: spi_ks8995: include linux/gpio/consumer.h

2016-02-12 Thread Arnd Bergmann
The ks8995 phy driver just started using gpiod_* functions, which are declared in linux/gpio/consumer.h, not linux/gpio.h, resulting in a build failure in randconfig builds that do not have CONFIG_GPIOLIB enabled: drivers/net/phy/spi_ks8995.c: In function 'ks8995_probe': drivers/net/phy/spi_ks8995