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


Groups > linux.kernel > #1186125

[PATCH v4 4/6] fnic: Remove redundant module.h includes

From Tom Zanussi <tom.zanussi@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH v4 4/6] fnic: Remove redundant module.h includes
Date 2015-07-16 19:40 +0200
Message-ID <pMViz-57c-41@gated-at.bofh.it> (permalink)
References <pMViy-57c-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 drivers/scsi/fnic/fnic_trace.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/fnic/fnic_trace.c b/drivers/scsi/fnic/fnic_trace.c
index 4e15c4b..503f9c5 100644
--- a/drivers/scsi/fnic/fnic_trace.c
+++ b/drivers/scsi/fnic/fnic_trace.c
@@ -15,7 +15,6 @@
  * SOFTWARE.
  */
 
-#include <linux/module.h>
 #include <linux/mempool.h>
 #include <linux/errno.h>
 #include <linux/spinlock.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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/6] kallsyms header cleanup Tom Zanussi <tom.zanussi@linux.intel.com> - 2015-07-16 19:40 +0200
  [PATCH v4 4/6] fnic: Remove redundant module.h includes Tom Zanussi <tom.zanussi@linux.intel.com> - 2015-07-16 19:40 +0200
  [PATCH v4 2/6] tracing: Remove redundant module.h includes Tom Zanussi <tom.zanussi@linux.intel.com> - 2015-07-16 19:40 +0200

csiph-web