]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: aic94xx: Fix a couple of misnamed function names
authorLee Jones <lee.jones@linaro.org>
Wed, 3 Mar 2021 14:46:07 +0000 (14:46 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 16 Mar 2021 02:14:50 +0000 (22:14 -0400)
commit8098af82a4493b8be10ffaf8fa21b56238c03b96
tree7ef3af53e5c7a3f28ba01c9a99ab995f74b2f396
parentdc36b6409081f182da0ee02f22c5d302fd551a83
scsi: aic94xx: Fix a couple of misnamed function names

Fixes the following W=1 kernel build warning(s):

 drivers/scsi/aic94xx/aic94xx_hwi.c:910: warning: expecting prototype for ads_rbi_exsi_isr(). Prototype was for asd_rbi_exsi_isr() instead
 drivers/scsi/aic94xx/aic94xx_hwi.c:1156: warning: expecting prototype for asd_start_timers(). Prototype was for asd_start_scb_timers() instead

Link: https://lore.kernel.org/r/20210303144631.3175331-7-lee.jones@linaro.org
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Luben Tuikov <luben_tuikov@adaptec.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aic94xx/aic94xx_hwi.c