Re: [PATCH 07/37] Input: gameport: add ISA and HAS_IOPORT dependencies

From: Niklas Schnelle
Date: Fri Apr 29 2022 - 10:30:00 EST


On Fri, 2022-04-29 at 15:50 +0200, Niklas Schnelle wrote:
> In a future patch HAS_IOPORT=n will result in inb()/outb() and friends
> not being declared. As ISA already implies HAS_IOPORT we can simply add
> this dependency and guard sections of code using inb()/outb() as
> alternative access methods.
>
> Co-developed-by: Arnd Bergmann <arnd@xxxxxxxxxx>
> Signed-off-by: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
> ---

Sorry everyone. I sent this as PATCH in error while preparing to sent
the same series as RFC. Since e-mail has no remote delete and I lack a
time machine let's just all pretend you only got the RFC.