Re: [PATCH -next] bus: bt1-apb: remove duplicate include

2021-03-07 Thread Serge Semin
Hi Arnd, Could you merge this patch in via your repo? On Wed, Aug 19, 2020 at 10:43:51AM +0800, Wang Hai wrote: > Remove linux/clk.h which is included more than once > > Reported-by: Hulk Robot > Signed-off-by: Wang Hai Acked-by: Serge Semin -Sergey > --- > drivers/bus/bt1-apb.c | 1 - >

Re: [PATCH -next] bus: bt1-apb: remove duplicate include

2020-08-18 Thread Serge Semin
On Wed, Aug 19, 2020 at 10:43:51AM +0800, Wang Hai wrote: > Remove linux/clk.h which is included more than once > > Reported-by: Hulk Robot > Signed-off-by: Wang Hai Thanks! Acked-by: Serge Semin > --- > drivers/bus/bt1-apb.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git

[PATCH -next] bus: bt1-apb: remove duplicate include

2020-08-18 Thread Wang Hai
Remove linux/clk.h which is included more than once Reported-by: Hulk Robot Signed-off-by: Wang Hai --- drivers/bus/bt1-apb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/bus/bt1-apb.c b/drivers/bus/bt1-apb.c index b25ff941e7c7..74b1b712ef3a 100644 --- a/drivers/bus/bt1-apb.c +++