diff options
author | Niklas Schnelle <schnelle@linux.ibm.com> | 2024-04-04 14:49:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-11 16:26:55 +0300 |
commit | f0a816fb12dadd21326a7c0e54e3253f69d895d5 (patch) | |
tree | a68de960d76e7d1143fc11a77b2f23009b0802e3 /drivers/char/applicom.c | |
parent | 1d6b84d29779f84f3108acc90681c372a2f70a24 (diff) | |
download | linux-f0a816fb12dadd21326a7c0e54e3253f69d895d5.tar.xz |
/dev/port: don't compile file operations without CONFIG_DEVPORT
In the future inb() and friends will not be available when compiling
with CONFIG_HAS_IOPORT=n so we must only try to access them here if
CONFIG_DEVPORT is set which depends on HAS_IOPORT.
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>
Link: https://lore.kernel.org/r/20240404114917.3627747-2-schnelle@linux.ibm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/applicom.c')
0 files changed, 0 insertions, 0 deletions