On 03.06.24 19:23, Bart Van Assche wrote: > Hi Martin, > > There are several 32-bit ARM SCSI drivers that trigger compiler warnings about > missing function declarations. This patch series fixes these compiler warnings > by declaring local functions static. Please consider this patch series for the > next merge window. > > Thanks, > > Bart. > > Bart Van Assche (4): > scsi: acornscsi: Declare local functions static > scsi: cumana: Declare local functions static > scsi: eesox: Declare local functions static > scsi: powertec: Declare local functions static > > drivers/scsi/arm/acornscsi.c | 9 ++++----- > drivers/scsi/arm/cumana_2.c | 2 +- > drivers/scsi/arm/eesox.c | 2 +- > drivers/scsi/arm/powertec.c | 2 +- > 4 files changed, 7 insertions(+), 8 deletions(-) > > > For the series, Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc>