summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd2015-06-20 00:00:46 +0200
committerStephen Boyd2015-07-20 19:52:48 +0200
commit0d1d7a5588d029f2b3b30d38c2b1d693cb49568d (patch)
tree8ba0eeaa553d5790caf1e96721bc407b972cff08
parentsimplefb: Include clk.h (diff)
downloadkernel-qcow2-linux-0d1d7a5588d029f2b3b30d38c2b1d693cb49568d.tar.gz
kernel-qcow2-linux-0d1d7a5588d029f2b3b30d38c2b1d693cb49568d.tar.xz
kernel-qcow2-linux-0d1d7a5588d029f2b3b30d38c2b1d693cb49568d.zip
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>
-rw-r--r--lib/vsprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index da39c608a28c..95cd63b43b99 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>