[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1613389249-3409-1-git-send-email-chen45464546@163.com>
Date: Mon, 15 Feb 2021 19:40:49 +0800
From: Chen Lin <chen45464546@....com>
To: hare@...e.com, jejb@...ux.ibm.com, martin.petersen@...cle.com
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Chen Lin <chen.lin5@....com.cn>
Subject: [PATCH] scsi: aic7xxx: Remove unused function pointer typedef ahc_bus_suspend/resume_t
From: Chen Lin <chen.lin5@....com.cn>
Remove the 'ahc_bus_suspend/resume_t' typedef as it is not used.
Signed-off-by: Chen Lin <chen.lin5@....com.cn>
---
drivers/scsi/aic7xxx/aic7xxx.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/scsi/aic7xxx/aic7xxx.h b/drivers/scsi/aic7xxx/aic7xxx.h
index 11a0979..9bc755a 100644
--- a/drivers/scsi/aic7xxx/aic7xxx.h
+++ b/drivers/scsi/aic7xxx/aic7xxx.h
@@ -896,8 +896,6 @@ struct ahc_pci_softc {
typedef void (*ahc_bus_intr_t)(struct ahc_softc *);
typedef int (*ahc_bus_chip_init_t)(struct ahc_softc *);
-typedef int (*ahc_bus_suspend_t)(struct ahc_softc *);
-typedef int (*ahc_bus_resume_t)(struct ahc_softc *);
typedef void ahc_callback_t (void *);
struct ahc_softc {
--
1.7.9.5
Powered by blists - more mailing lists