Niklas Schnelle 8423895d45 video: Handle HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at
compile time. We thus need to #ifdef functions and their callsites which
unconditionally use these I/O accessors. In the include/video/vga.h
these are conveniently all those functions with the vga_io_* prefix.

Co-developed-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Helge Deller <deller@gmx.de>
2024-07-29 10:16:11 +02:00
..
2009-04-01 08:59:27 -07:00
2005-04-16 15:20:36 -07:00
2023-08-15 23:39:33 +02:00
2005-04-16 15:20:36 -07:00
2007-10-16 09:43:18 -07:00
2010-12-21 01:05:43 +09:00
2019-04-01 17:46:57 +02:00
2024-07-29 10:16:11 +02:00