diff options
| author | 2011-05-08 15:49:15 -0700 | |
|---|---|---|
| committer | 2011-07-03 04:04:47 -0700 | |
| commit | ce2b3261b6765c3b80fda95426c73e8d3bb1b035 (patch) | |
| tree | 98d2007abbe37e70ec29e01cd4752fc04442085f /drivers/scsi/isci/core/scic_io_request.h | |
| parent | isci: unify request data structures (diff) | |
| download | linux-dev-ce2b3261b6765c3b80fda95426c73e8d3bb1b035.tar.xz linux-dev-ce2b3261b6765c3b80fda95426c73e8d3bb1b035.zip | |
isci: unify constants
cross driver constants are spread out over multiple header files, consolidate
them into isci.h, and push some includes out to the source files that need
them.
TODO: remove SCI_MODE_SIZE infrastructure.
TODO: task.h is full of inlines that are too large
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/core/scic_io_request.h')
| -rw-r--r-- | drivers/scsi/isci/core/scic_io_request.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/isci/core/scic_io_request.h b/drivers/scsi/isci/core/scic_io_request.h index f7c6d426f8c0..a4664cc3c576 100644 --- a/drivers/scsi/isci/core/scic_io_request.h +++ b/drivers/scsi/isci/core/scic_io_request.h @@ -56,15 +56,7 @@ #ifndef _SCIC_IO_REQUEST_H_ #define _SCIC_IO_REQUEST_H_ -/** - * This file contains the structures and interface methods that can be - * referenced and used by the SCI user for the SCI IO request object. - * - * Determine the failure situations and return values. - */ - #include <linux/kernel.h> -#include "sci_status.h" struct scic_sds_request; struct scic_sds_remote_device; |
