OSDN Git Service

clk: Include clk.h in clk.c
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 19 Jun 2015 22:00:46 +0000 (15:00 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 20 Jul 2015 18:11:30 +0000 (11:11 -0700)
commit3c37311730efec287b323e0928c9cf3737ab93e2
tree13cbdd5c4aaed8a4f1670536131f9a8d0677f19f
parent5402494f9b13da6d4210489d544a01fa7dc9ee14
clk: Include clk.h in clk.c

This file implements the clk API and so it should include clk.h
directly instead of indirectly including it through
clk-provider.h.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c