aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
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 da39c608a28c..95cd63b43b99 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -17,6 +17,7 @@
17 */ 17 */
18 18
19#include <stdarg.h> 19#include <stdarg.h>
20#include <linux/clk.h>
20#include <linux/clk-provider.h> 21#include <linux/clk-provider.h>
21#include <linux/module.h> /* for KSYM_SYMBOL_LEN */ 22#include <linux/module.h> /* for KSYM_SYMBOL_LEN */
22#include <linux/types.h> 23#include <linux/types.h>