Re: [PATCH 1/1] board: Fixed compilation of board.c

2017-03-22 Thread Greg KH
On Wed, Mar 22, 2017 at 03:03:20PM +0100, Artur Lorincz wrote: > Implementing the find_by_address(...) function differently based on > the CONFIG_OF switch. The function of_find_all_nodes() invoked in the > function body is only available in case the CONFIG_OF switch is set. > > For the other

Re: [PATCH 1/1] board: Fixed compilation of board.c

2017-03-22 Thread Greg KH
On Wed, Mar 22, 2017 at 02:00:31PM +0100, Artur Lorincz wrote: > Made the compilation of board.c depend on the CONFIG_OF flag. The > source file board.c is referencing of_find_all_nodes(...) which is > included only if the CONFIG_OF flag is set. > > Signed-off-by: Artur Lorincz