[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <e305ee7ddc3fb1c6a97dd9fdc7b52d2d1493718e.1436387183.git.tom.zanussi@linux.intel.com>
Date: Wed, 8 Jul 2015 17:35:12 -0500
From: Tom Zanussi <tom.zanussi@...ux.intel.com>
To: linux-kernel@...r.kernel.org
Cc: rostedt@...dmis.org, pebolle@...cali.nl, rientjes@...gle.com,
Tom Zanussi <tom.zanussi@...ux.intel.com>
Subject: [PATCH v3 4/7] lib: Remove redundant module.h includes
kallsyms.h now includes module.h, so remove module.h includes that
were apparently there only to satisfy kallsyms use of MODULE_NAME_LEN
(via KSYM_SYMBOL_LEN).
Signed-off-by: Tom Zanussi <tom.zanussi@...ux.intel.com>
---
lib/vsprintf.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 8243e2f..8b588e2 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -18,7 +18,6 @@
#include <stdarg.h>
#include <linux/clk-provider.h>
-#include <linux/module.h> /* for KSYM_SYMBOL_LEN */
#include <linux/types.h>
#include <linux/string.h>
#include <linux/ctype.h>
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists