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 ___ devel mailing list de...@linuxdriverproje

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

2016-10-23 Thread Nadim Almas
implicit declaration of function ‘of_find_all_nodes’ reported by sparse Signed-off-by: Nadim Almas --- drivers/staging/board/board.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/board/board.c b/drivers/staging/board/board.c index 86dc411..6978db5 100644 --- a/drivers/stagi