Re: [PATCH] clk: imx: Explicitly include bits.h

2020-08-22 Thread Shawn Guo
On Wed, Aug 05, 2020 at 07:17:29AM +0800, Anson Huang wrote: > It is better to explicitly include the required header file rather > then get it through some recursive include. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH] clk: imx: Explicitly include bits.h

2020-08-12 Thread Stephen Boyd
Quoting Anson Huang (2020-08-04 16:17:29) > It is better to explicitly include the required header file rather > then get it through some recursive include. > > Signed-off-by: Anson Huang > --- Acked-by: Stephen Boyd

[PATCH] clk: imx: Explicitly include bits.h

2020-08-04 Thread Anson Huang
It is better to explicitly include the required header file rather then get it through some recursive include. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-busy.c | 1 + drivers/clk/imx/clk-composite-7ulp.c | 1 + drivers/clk/imx/clk-fixup-mux.c | 1 +