]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - lib/vsprintf.c
lib: reduce the use of module.h wherever possible
[thirdparty/linux.git] / lib / vsprintf.c
index 8e75003d62f632c52b8c0ea56ca62bdc72e560f0..7f29bfce840256d9b2b664fc79341d04e06a46d0 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #include <stdarg.h>
-#include <linux/module.h>
+#include <linux/module.h>      /* for KSYM_SYMBOL_LEN */
 #include <linux/types.h>
 #include <linux/string.h>
 #include <linux/ctype.h>