lib/vsprintf.c: Include clk.h
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 17:52:48 +0000 (10:52 -0700)
commit0d1d7a5588d029f2b3b30d38c2b1d693cb49568d
tree8ba0eeaa553d5790caf1e96721bc407b972cff08
parentd49c699344735507a10ded79713cc5f9fa8bacf0
lib/vsprintf.c: Include clk.h

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

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
lib/vsprintf.c