mbox series

[0/2] Fix recently introduced build failures

Message ID 20240805232026.65087-1-bvanassche@acm.org
Headers show
Series Fix recently introduced build failures | expand

Message

Bart Van Assche Aug. 5, 2024, 11:20 p.m. UTC
Hi Martin,

During the merge window a patch was merged that changed the type of an
argument of bus_type.match. That patch converts most but not all SCSI
code. Hence this patch series that converts the remaining SCSI drivers.
Please consider this patch series for the v6.11 kernel.

Thanks,

Bart.

Bart Van Assche (2):
  ARM: riscpc: ecard: Fix the build
  mips: sgi-ip22: Fix the build

 arch/arm/mach-rpc/ecard.c     | 2 +-
 arch/mips/sgi-ip22/ip22-gio.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)