Re: [PATCH] fbdev: nvidiafb: add depends on HAS_IOPORT

2025-07-27 Thread Helge Deller
On 6/15/25 20:36, Randy Dunlap wrote: The nvidiafb driver uses inb()/outb() without depending on HAS_IOPORT, which leads to build errors since kernel v6.13-rc1: commit 6f043e757445 ("asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n") Add the HAS_IOPORT dependency to prevent the build

[PATCH] fbdev: nvidiafb: add depends on HAS_IOPORT

2025-06-15 Thread Randy Dunlap
The nvidiafb driver uses inb()/outb() without depending on HAS_IOPORT, which leads to build errors since kernel v6.13-rc1: commit 6f043e757445 ("asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n") Add the HAS_IOPORT dependency to prevent the build errors. (Found in ARCH=um allmodconfig