Re: [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n

2017-04-07 Thread kbuild test robot
Hi Florian, [auto build test ERROR on v4.9-rc8] [also build test ERROR on next-20170406] [cannot apply to glikely/devicetree/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n

2017-04-07 Thread kbuild test robot
Hi Florian, [auto build test ERROR on v4.9-rc8] [also build test ERROR on next-20170406] [cannot apply to glikely/devicetree/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n

2017-04-07 Thread kbuild test robot
Hi Florian, [auto build test ERROR on v4.9-rc8] [also build test ERROR on next-20170406] [cannot apply to glikely/devicetree/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n

2017-04-07 Thread kbuild test robot
Hi Florian, [auto build test ERROR on v4.9-rc8] [also build test ERROR on next-20170406] [cannot apply to glikely/devicetree/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n

2017-04-06 Thread Andrew Lunn
On Thu, Apr 06, 2017 at 12:32:24PM -0700, Florian Fainelli wrote: > Make of_match_node() an inline function when CONFIG_OF=n which allows the > compiler to eliminate warnings about unused variables. > > Suggested-by: Andrew Lunn > Signed-off-by: Florian Fainelli

Re: [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n

2017-04-06 Thread Andrew Lunn
On Thu, Apr 06, 2017 at 12:32:24PM -0700, Florian Fainelli wrote: > Make of_match_node() an inline function when CONFIG_OF=n which allows the > compiler to eliminate warnings about unused variables. > > Suggested-by: Andrew Lunn > Signed-off-by: Florian Fainelli Thanks Florian, Reviewed-by:

[PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n

2017-04-06 Thread Florian Fainelli
Make of_match_node() an inline function when CONFIG_OF=n which allows the compiler to eliminate warnings about unused variables. Suggested-by: Andrew Lunn Signed-off-by: Florian Fainelli --- include/linux/of.h | 6 +- 1 file changed, 5 insertions(+), 1

[PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n

2017-04-06 Thread Florian Fainelli
Make of_match_node() an inline function when CONFIG_OF=n which allows the compiler to eliminate warnings about unused variables. Suggested-by: Andrew Lunn Signed-off-by: Florian Fainelli --- include/linux/of.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git