projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b68e3
)
scsi: isci: Remove a declaration
author
Bart Van Assche
<bvanassche@acm.org>
Thu, 7 Oct 2021 20:46:12 +0000
(13:46 -0700)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Sun, 17 Oct 2021 01:31:44 +0000
(21:31 -0400)
There is no function with the name isci_queuecommand(). Hence remove the
declaration for isci_queuecommand().
Link:
https://lore.kernel.org/r/20211007204618.2196847-12-bvanassche@acm.org
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/isci/task.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/isci/task.h
b/drivers/scsi/isci/task.h
index 8f4531f22ac29372332c0b4be250dc5b28b6851c..cae168b8916f9b788983202fade841587d574c00 100644
(file)
--- a/
drivers/scsi/isci/task.h
+++ b/
drivers/scsi/isci/task.h
@@
-182,8
+182,4
@@
void *isci_task_ssp_request_get_response_data_address(
u32 isci_task_ssp_request_get_response_data_length(
struct isci_request *request);
-int isci_queuecommand(
- struct scsi_cmnd *scsi_cmd,
- void (*donefunc)(struct scsi_cmnd *));
-
#endif /* !defined(_SCI_TASK_H_) */