[SCSI] fc-transport: Remove unnecessary include
authorRobert Love <robert.w.love@intel.com>
Wed, 5 Sep 2012 20:50:07 +0000 (13:50 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 24 Sep 2012 08:11:03 +0000 (12:11 +0400)
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>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
include/scsi/scsi_bsg_fc.h

index 91a4e4ff9a9bbeb28d66394299e3ef3c938e5b0c..3031b900b087011a18f4a6f321d7ac3d71c7414a 100644 (file)
@@ -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
  */