summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-06-19 15:00:46 -0700
committerStephen Boyd <sboyd@codeaurora.org>2015-07-20 10:52:48 -0700
commit0d1d7a5588d029f2b3b30d38c2b1d693cb49568d (patch)
tree8ba0eeaa553d5790caf1e96721bc407b972cff08 /lib/vsprintf.c
parentd49c699344735507a10ded79713cc5f9fa8bacf0 (diff)
downloadop-kernel-dev-0d1d7a5588d029f2b3b30d38c2b1d693cb49568d.zip
op-kernel-dev-0d1d7a5588d029f2b3b30d38c2b1d693cb49568d.tar.gz
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>
Diffstat (limited to 'lib/vsprintf.c')
-rw-r--r--lib/vsprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index da39c60..95cd63b 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -17,6 +17,7 @@
*/
#include <stdarg.h>
+#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/module.h> /* for KSYM_SYMBOL_LEN */
#include <linux/types.h>
OpenPOWER on IntegriCloud