Re: [PATCH v5 31/44] scsi: add HAS_IOPORT dependencies

From: Niklas Schnelle
Date: Tue May 23 2023 - 03:28:05 EST


On Mon, 2023-05-22 at 18:28 -0400, Martin K. Petersen wrote:
> Niklas,
>
> > In a future patch HAS_IOPORT=n will result in inb()/outb() and friends
> > not being declared. We thus need to add HAS_IOPORT as dependency for
> > those drivers using them.
>
> Do you intend for me to pick these up?
>

Hi Martin,

Yes if you're okay with the changes go ahead and pick them up for the
subsystems you maintain. Our plan is to get as many of these picked up
for v6.5 as possible, then deal with the stragglers and finally merge
the last patch in this series that disables inb()/outb() for
HAS_IOPORT=n.

Thanks,
Niklas