Explorar o código

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>
Stephen Boyd %!s(int64=10) %!d(string=hai) anos
pai
achega
0d1d7a5588
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/vsprintf.c

+ 1 - 0
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>