* [PATCH] fc-transport: Remove unnecessary include
@ 2012-09-05 20:50 Robert Love
0 siblings, 0 replies; only message in thread
From: Robert Love @ 2012-09-05 20:50 UTC (permalink / raw)
To: james.smart, linux-scsi
This header file is included in user space applications
that are doing "FC Passthrough." This include causes
them to also include scsi/scsi.h. Since this header
file doesn't actually need scsi/scsi.h, remove the
include line.
This patch was tested with 'make allyesconfig'.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
---
include/scsi/scsi_bsg_fc.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/scsi/scsi_bsg_fc.h b/include/scsi/scsi_bsg_fc.h
index 91a4e4f..3031b90 100644
--- a/include/scsi/scsi_bsg_fc.h
+++ b/include/scsi/scsi_bsg_fc.h
@@ -26,8 +26,6 @@
* This file intended to be included by both kernel and user space
*/
-#include <scsi/scsi.h>
-
/*
* FC Transport SGIO v4 BSG Message Support
*/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-05 20:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05 20:50 [PATCH] fc-transport: Remove unnecessary include Robert Love
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox