Re: [PATCH] net/macb: add proper header file

2015-12-17 Thread Sudip Mukherjee
On Thu, Dec 17, 2015 at 01:41:59PM +0100, Gregory CLEMENT wrote: > Hi Sudip, > > On jeu., déc. 17 2015, Sudip Mukherjee wrote: > > > mips allmodconfig build fails with the error: > > > > drivers/net/ethernet/cadence/macb.c: In function 'macb_probe': > >

Re: [PATCH] net/macb: add proper header file

2015-12-17 Thread Gregory CLEMENT
Hi Sudip, On jeu., déc. 17 2015, Sudip Mukherjee wrote: > mips allmodconfig build fails with the error: > > drivers/net/ethernet/cadence/macb.c: In function 'macb_probe': > drivers/net/ethernet/cadence/macb.c:2908:2: error: implicit declaration of > function 'devm_gpiod_get_optional'

Re: [PATCH] net/macb: add proper header file

2015-12-17 Thread Nicolas Ferre
Le 17/12/2015 13:15, Sudip Mukherjee a écrit : > mips allmodconfig build fails with the error: > > drivers/net/ethernet/cadence/macb.c: In function 'macb_probe': > drivers/net/ethernet/cadence/macb.c:2908:2: error: implicit declaration of > function 'devm_gpiod_get_optional'

[PATCH] net/macb: add proper header file

2015-12-17 Thread Sudip Mukherjee
mips allmodconfig build fails with the error: drivers/net/ethernet/cadence/macb.c: In function 'macb_probe': drivers/net/ethernet/cadence/macb.c:2908:2: error: implicit declaration of function 'devm_gpiod_get_optional' [-Werror=implicit-function-declaration] bp->reset_gpio =

Re: [PATCH] net/macb: add proper header file

2015-12-17 Thread Nicolas Ferre
Le 17/12/2015 13:15, Sudip Mukherjee a écrit : > mips allmodconfig build fails with the error: > > drivers/net/ethernet/cadence/macb.c: In function 'macb_probe': > drivers/net/ethernet/cadence/macb.c:2908:2: error: implicit declaration of > function 'devm_gpiod_get_optional'

Re: [PATCH] net/macb: add proper header file

2015-12-17 Thread Sudip Mukherjee
On Thu, Dec 17, 2015 at 01:41:59PM +0100, Gregory CLEMENT wrote: > Hi Sudip, > > On jeu., déc. 17 2015, Sudip Mukherjee wrote: > > > mips allmodconfig build fails with the error: > > > > drivers/net/ethernet/cadence/macb.c: In function 'macb_probe': > >

Re: [PATCH] net/macb: add proper header file

2015-12-17 Thread Gregory CLEMENT
Hi Sudip, On jeu., déc. 17 2015, Sudip Mukherjee wrote: > mips allmodconfig build fails with the error: > > drivers/net/ethernet/cadence/macb.c: In function 'macb_probe': > drivers/net/ethernet/cadence/macb.c:2908:2: error: implicit declaration of > function

[PATCH] net/macb: add proper header file

2015-12-17 Thread Sudip Mukherjee
mips allmodconfig build fails with the error: drivers/net/ethernet/cadence/macb.c: In function 'macb_probe': drivers/net/ethernet/cadence/macb.c:2908:2: error: implicit declaration of function 'devm_gpiod_get_optional' [-Werror=implicit-function-declaration] bp->reset_gpio =