Re: [PATCH] of: Move OF flags to be visible even when !CONFIG_OF

2015-05-29 Thread Rob Herring
On Sun, Apr 26, 2015 at 7:45 AM, Wolfram Sang wrote: > On Fri, Apr 24, 2015 at 12:41:56PM +0300, Pantelis Antoniou wrote: >> We need those to be visible even when compiling with CONFIG_OF >> disabled, since even the empty of_node_*_flag() method use the >> flag. >> >> Signed-off-by: Pantelis Anton

Re: [PATCH] of: Move OF flags to be visible even when !CONFIG_OF

2015-04-26 Thread Wolfram Sang
On Fri, Apr 24, 2015 at 12:41:56PM +0300, Pantelis Antoniou wrote: > We need those to be visible even when compiling with CONFIG_OF > disabled, since even the empty of_node_*_flag() method use the > flag. > > Signed-off-by: Pantelis Antoniou Acked-by: Wolfram Sang You should have mentioned tha

[PATCH] of: Move OF flags to be visible even when !CONFIG_OF

2015-04-24 Thread Pantelis Antoniou
We need those to be visible even when compiling with CONFIG_OF disabled, since even the empty of_node_*_flag() method use the flag. Signed-off-by: Pantelis Antoniou --- include/linux/of.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/linux/of.h b/includ