Re: [PATCH] clk: ux500: Drop use of clk-private.h

2015-01-27 Thread Mike Turquette
Quoting Ulf Hansson (2015-01-22 23:36:28) > On 22 January 2015 at 20:34, Stephen Boyd wrote: > > These drivers don't need to include clk-private.h. Remove the > > include. > > > > Cc: Ulf Hansson > > Cc: Linus Walleij > > Signed-off-by: Stephen Boyd > > Acked-by: Ulf Hansson > > I suppose yo

Re: [PATCH] clk: ux500: Drop use of clk-private.h

2015-01-23 Thread Linus Walleij
On Thu, Jan 22, 2015 at 8:34 PM, Stephen Boyd wrote: > These drivers don't need to include clk-private.h. Remove the > include. > > Cc: Ulf Hansson > Cc: Linus Walleij > Signed-off-by: Stephen Boyd Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this list: send the line

Re: [PATCH] clk: ux500: Drop use of clk-private.h

2015-01-22 Thread Ulf Hansson
On 22 January 2015 at 20:34, Stephen Boyd wrote: > These drivers don't need to include clk-private.h. Remove the > include. > > Cc: Ulf Hansson > Cc: Linus Walleij > Signed-off-by: Stephen Boyd Acked-by: Ulf Hansson I suppose you can queue this through your clk tree directly? Kind regards U

[PATCH] clk: ux500: Drop use of clk-private.h

2015-01-22 Thread Stephen Boyd
These drivers don't need to include clk-private.h. Remove the include. Cc: Ulf Hansson Cc: Linus Walleij Signed-off-by: Stephen Boyd --- drivers/clk/ux500/clk-prcc.c | 1 - drivers/clk/ux500/clk-prcmu.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/clk/ux500/clk-prcc.c b/driver