diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-02-08 20:53:10 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 03:36:31 -0400 |
commit | 82d29928c1c1c6a6605895f8240a9943394244d7 (patch) | |
tree | 7f5726aba78d9f4894125423024c9b8922f61cfd /drivers/scsi/isci/request.h | |
parent | a7e536c7d6f1796e8727f5c90d33765ae7cfd8d8 (diff) |
isci: kill SCI_IO_REQUEST_DATA_DIRECTION
It's an unnecessary typedef that mirrors the kernel's enum
dma_data_direction.
Also cleanup some long variable names along the way.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/request.h')
-rw-r--r-- | drivers/scsi/isci/request.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/isci/request.h b/drivers/scsi/isci/request.h index 5079d4a7c41b..166295ee8cfd 100644 --- a/drivers/scsi/isci/request.h +++ b/drivers/scsi/isci/request.h | |||
@@ -346,8 +346,7 @@ void isci_request_io_request_complete( | |||
346 | u32 isci_request_io_request_get_transfer_length( | 346 | u32 isci_request_io_request_get_transfer_length( |
347 | struct isci_request *request); | 347 | struct isci_request *request); |
348 | 348 | ||
349 | SCI_IO_REQUEST_DATA_DIRECTION isci_request_io_request_get_data_direction( | 349 | enum dma_data_direction isci_request_io_request_get_data_direction(struct isci_request *req); |
350 | struct isci_request *request); | ||
351 | 350 | ||
352 | /** | 351 | /** |
353 | * isci_request_io_request_get_next_sge() - This function is called by the sci | 352 | * isci_request_io_request_get_next_sge() - This function is called by the sci |