Re: [PATCH] clk: at91: fix h32mx prototype inclusion in pmc header

2015-05-28 Thread Boris Brezillon
On Thu, 28 May 2015 15:07:21 +0200 Nicolas Ferre wrote: > Trivial fix that prevents to compile this pmc clock driver if h32mx clock is > present but smd clock isn't. > > Signed-off-by: Nicolas Ferre Acked-by: Boris Brezillon > Fixes: bcc5fd49a0fd ("clk: at91: add a driver for the h32mx clock

Re: [PATCH] clk: at91: fix h32mx prototype inclusion in pmc header

2015-05-28 Thread Alexandre Belloni
On 28/05/2015 at 15:07:21 +0200, Nicolas Ferre wrote : > Trivial fix that prevents to compile this pmc clock driver if h32mx clock is > present but smd clock isn't. > > Signed-off-by: Nicolas Ferre > Fixes: bcc5fd49a0fd ("clk: at91: add a driver for the h32mx clock") > Cc: # 3.18+ Acked-by: Alex

[PATCH] clk: at91: fix h32mx prototype inclusion in pmc header

2015-05-28 Thread Nicolas Ferre
Trivial fix that prevents to compile this pmc clock driver if h32mx clock is present but smd clock isn't. Signed-off-by: Nicolas Ferre Fixes: bcc5fd49a0fd ("clk: at91: add a driver for the h32mx clock") Cc: # 3.18+ --- drivers/clk/at91/pmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)