Skip to content

Commit 04aff45

Browse files
Yue Haibingmartinkpetersen
authored andcommitted
scsi: pm8001: Remove unused declarations
Commit 4fcf812 ("[SCSI] libsas: export sas_alloc_task()") removed these implementations but not the declarations. Signed-off-by: Yue Haibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Bart Van Assche <[email protected]> Acked-by: Jack Wang <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 1a19755 commit 04aff45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/scsi/pm8001/pm8001_sas.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,6 @@ int pm8001_mpi_fw_flash_update_resp(struct pm8001_hba_info *pm8001_ha,
702702
void *piomb);
703703
int pm8001_mpi_general_event(struct pm8001_hba_info *pm8001_ha, void *piomb);
704704
int pm8001_mpi_task_abort_resp(struct pm8001_hba_info *pm8001_ha, void *piomb);
705-
struct sas_task *pm8001_alloc_task(void);
706-
void pm8001_free_task(struct sas_task *task);
707705
void pm8001_tag_free(struct pm8001_hba_info *pm8001_ha, u32 tag);
708706
struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha,
709707
u32 device_id);

0 commit comments

Comments
 (0)