diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-12 21:27:19 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-12 21:27:19 +0200 |
commit | fdc5bebfb66bf0d261818c2df2b01c2a005791fe (patch) | |
tree | a6055dd86ec566aa2d3f24eec539008ddc7be773 /arch/parisc/lib | |
parent | 97c318bfbe84efded246e80428054f300042f110 (diff) | |
download | linux-stable-fdc5bebfb66bf0d261818c2df2b01c2a005791fe.tar.gz linux-stable-fdc5bebfb66bf0d261818c2df2b01c2a005791fe.tar.bz2 linux-stable-fdc5bebfb66bf0d261818c2df2b01c2a005791fe.zip |
parisc: hide ioread64 declaration on 32-bit
The definition of ioread64 etc is hidden on 32-bit, but the declaration
remained by accident, which led to the generic definition getting left
out:
ERROR: modpost: "ioread64" [drivers/pci/switch/switchtec.ko] undefined!
Hide the declaration and #define under the same #ifdef.
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 77bfc8bdb5a1 ("parisc: Remove 64bit access on 32bit machines")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/parisc/lib')
0 files changed, 0 insertions, 0 deletions