Skip to content

Commit c2f23a9

Browse files
Chen Linmartinkpetersen
authored andcommitted
scsi: aic7xxx: Remove unused function pointer typedef ahc_bus_suspend/resume_t
Remove the 'ahc_bus_suspend/resume_t' typedef as it is not used. Link: https://lore.kernel.org/r/1613389249-3409-1-git-send-email-chen45464546@163.com Signed-off-by: Chen Lin <chen.lin5@zte.com.cn> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent eefb816 commit c2f23a9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/scsi/aic7xxx/aic7xxx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,8 +896,6 @@ union ahc_bus_softc {
896896

897897
typedef void (*ahc_bus_intr_t)(struct ahc_softc *);
898898
typedef int (*ahc_bus_chip_init_t)(struct ahc_softc *);
899-
typedef int (*ahc_bus_suspend_t)(struct ahc_softc *);
900-
typedef int (*ahc_bus_resume_t)(struct ahc_softc *);
901899
typedef void ahc_callback_t (void *);
902900

903901
struct ahc_softc {

0 commit comments

Comments
 (0)