diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-03-27 00:43:01 +0100 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 13:00:36 +0200 |
commit | 35173d579a08c0d145b3020039d3ba33fbf2c184 (patch) | |
tree | 3621fd21219c967dd2284c8e51208a6a91ea44b8 /drivers/scsi/isci/request.h | |
parent | isci: kill some long macros (diff) | |
download | linux-35173d579a08c0d145b3020039d3ba33fbf2c184.tar.xz linux-35173d579a08c0d145b3020039d3ba33fbf2c184.zip |
isci: namespacecheck cleanups
* mark needlessly global routines static
* delete unused functions
* move kernel-doc blocks from header files to source
* reorder some functions to delete declarations
* more default handler cleanups phy
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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/isci/request.h b/drivers/scsi/isci/request.h index b45c0f1f057f..4a63bb6de44e 100644 --- a/drivers/scsi/isci/request.h +++ b/drivers/scsi/isci/request.h @@ -391,13 +391,7 @@ static inline void *isci_request_io_request_get_next_sge( return ret; } -dma_addr_t isci_request_sge_get_address_field( - struct isci_request *request, - void *sge_address); -u32 isci_request_sge_get_length_field( - struct isci_request *request, - void *sge_address); void *isci_request_ssp_io_request_get_cdb_address( struct isci_request *request); |