Re: [U-Boot] [PATCH] clk: Correct compilation when OF_CONTROL is not set

2016-01-29 Thread Simon Glass
Hi Masahiro, On 20 January 2016 at 20:06, Masahiro Yamada wrote: > > 2016-01-21 11:41 GMT+09:00 Simon Glass : > > At present clk.h does not build without OF_CONTROL, but it is clearly > > intended to. Fix it. > > > > Signed-off-by: Simon Glass > > --- > > > > include/clk.h | 3 ++- > > 1 file c

Re: [U-Boot] [PATCH] clk: Correct compilation when OF_CONTROL is not set

2016-01-20 Thread Masahiro Yamada
2016-01-21 11:41 GMT+09:00 Simon Glass : > At present clk.h does not build without OF_CONTROL, but it is clearly > intended to. Fix it. > > Signed-off-by: Simon Glass > --- > > include/clk.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/clk.h b/include/clk.h >

[U-Boot] [PATCH] clk: Correct compilation when OF_CONTROL is not set

2016-01-20 Thread Simon Glass
At present clk.h does not build without OF_CONTROL, but it is clearly intended to. Fix it. Signed-off-by: Simon Glass --- include/clk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/clk.h b/include/clk.h index 05c5a79..e6ab934 100644 --- a/include/clk.h +++ b/inc