Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1186116 > unrolled thread

[PATCH v4 3/6] lib: Remove redundant module.h includes

Started byTom Zanussi <tom.zanussi@linux.intel.com>
First post2015-07-16 19:40 +0200
Last post2015-07-16 19:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 3/6] lib: Remove redundant module.h includes Tom Zanussi <tom.zanussi@linux.intel.com> - 2015-07-16 19:40 +0200

#1186116 — [PATCH v4 3/6] lib: Remove redundant module.h includes

FromTom Zanussi <tom.zanussi@linux.intel.com>
Date2015-07-16 19:40 +0200
Subject[PATCH v4 3/6] lib: Remove redundant module.h includes
Message-ID<pMViz-57c-23@gated-at.bofh.it>
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@linux.intel.com>
---
 lib/vsprintf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 7f0cdd2..fa587aa 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -19,7 +19,6 @@
 #include <stdarg.h>
 #include <linux/clk.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web