Re: [PATCH RFC 06/13] of: Add empty of_find_device_by_node() function definition

2012-12-11 Thread Grant Likely
On Mon, 10 Dec 2012 20:41:32 +0100, Sylwester Nawrocki wrote: > This allows users to be compiled without excluding this function > call with preprocessor directives when CONFIG_OF_DEVICE is disabled. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park Same question here... Ok

[PATCH RFC 06/13] of: Add empty of_find_device_by_node() function definition

2012-12-10 Thread Sylwester Nawrocki
This allows users to be compiled without excluding this function call with preprocessor directives when CONFIG_OF_DEVICE is disabled. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- include/linux/of_platform.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/incl