[SCSI] fc-transport: Remove unnecessary include

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>
This commit is contained in:
Robert Love 2012-09-05 13:50:07 -07:00 коммит произвёл James Bottomley
Родитель 1315da30da
Коммит 2c8bd81010
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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
*/