Re: [PATCH] net: phy: spi_ks8995: add dependency on GPIO

2016-02-13 Thread Sudip Mukherjee
On Saturday 13 February 2016 03:42 PM, Geert Uytterhoeven wrote: On Fri, Feb 12, 2016 at 11:18 AM, Sudip Mukherjee wrote: The builds of allmodconfig of s390, m68k, tilegx, tilepro is failing with the error: drivers/net/phy/spi_ks8995.c:477:3: error: implicit declaration of function 'gpiod_se

Re: [PATCH] net: phy: spi_ks8995: add dependency on GPIO

2016-02-13 Thread Geert Uytterhoeven
On Fri, Feb 12, 2016 at 11:18 AM, Sudip Mukherjee wrote: > The builds of allmodconfig of s390, m68k, tilegx, tilepro is failing > with the error: > drivers/net/phy/spi_ks8995.c:477:3: error: implicit declaration of function > 'gpiod_set_value' > drivers/net/phy/spi_ks8995.c:477:19: error: impli

Re: [PATCH] net: phy: spi_ks8995: add dependency on GPIO

2016-02-12 Thread Helmut Buchsbaum
On 02/12/2016 11:18 AM, Sudip Mukherjee wrote: The builds of allmodconfig of s390, m68k, tilegx, tilepro is failing with the error: drivers/net/phy/spi_ks8995.c:477:3: error: implicit declaration of function 'gpiod_set_value' drivers/net/phy/spi_ks8995.c:477:19: error: implicit declaration o

[PATCH] net: phy: spi_ks8995: add dependency on GPIO

2016-02-12 Thread Sudip Mukherjee
The builds of allmodconfig of s390, m68k, tilegx, tilepro is failing with the error: drivers/net/phy/spi_ks8995.c:477:3: error: implicit declaration of function 'gpiod_set_value' drivers/net/phy/spi_ks8995.c:477:19: error: implicit declaration of function 'gpio_to_desc' GPIO is now used to res