Commit 0d1d7a55 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent d49c6993
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>