diff options
author | Helge Deller <deller@gmx.de> | 2021-11-16 15:12:21 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-11-18 11:02:00 +0300 |
commit | 4017b230c960c9d6c6a19e52bf3df01222dc7737 (patch) | |
tree | 38ed2e8dccc240312bf1d8283f194e1226aba74b /arch/arm64/crypto/aes-ce-glue.c | |
parent | 8f663eb3b7e8c4c88919be8c42768a8100ca6060 (diff) | |
download | linux-4017b230c960c9d6c6a19e52bf3df01222dc7737.tar.xz |
parisc: Wrap assembler related defines inside __ASSEMBLY__
Building allmodconfig shows errors in the gpu/drm/msm snapdragon drivers,
because a COND() define is used there which conflicts with the COND() for
PA-RISC assembly. Although the snapdragon driver isn't relevant for parisc, it
is nevertheless compiled when CONFIG_COMPILE_TEST is defined.
Move the COND() define and other PA-RISC mnemonics inside the #ifdef
__ASSEMBLY__ part to avoid this conflict.
Signed-off-by: Helge Deller <deller@gmx.de>
Reported-by: kernel test robot <lkp@intel.com>
Diffstat (limited to 'arch/arm64/crypto/aes-ce-glue.c')
0 files changed, 0 insertions, 0 deletions