Skip to content

Commit

Permalink
[SCSI] fc-transport: Remove unnecessary include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Love authored and James Bottomley committed Sep 24, 2012
1 parent 1315da3 commit 2c8bd81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/scsi/scsi_bsg_fc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 2c8bd81

Please sign in to comment.