Re: [PATCH] Staging:board:board: fix implicit declaration of function

2016-10-24 Thread Geert Uytterhoeven
On Mon, Oct 24, 2016 at 12:46 PM, Dan Carpenter wrote: > On Mon, Oct 24, 2016 at 02:35:26AM +0530, Nadim Almas wrote: >> implicit declaration of function ‘of_find_all_nodes’ reported by sparse >> > > No. Include the correct header file instead. drivers/staging/board/board.c already includes , wh

Re: [PATCH] Staging:board:board: fix implicit declaration of function

2016-10-24 Thread Dan Carpenter
On Mon, Oct 24, 2016 at 02:35:26AM +0530, Nadim Almas wrote: > implicit declaration of function ‘of_find_all_nodes’ reported by sparse > No. Include the correct header file instead. regards, dan carpenter