On Thu, Dec 17, 2020 at 07:55:15PM +0100, Ard Biesheuvel wrote: > Commit 69b6f2e817e5b ("crypto: arm64/aes-neon - limit exposed routines if > faster driver is enabled") intended to hide modes from the plain NEON > driver that are also implemented by the faster bit sliced NEON one if > both are enabled. However, the defined() CPP function does not detect > if the bit sliced NEON driver is enabled as a module. So instead, let's > use IS_ENABLED() here. > > Fixes: 69b6f2e817e5b ("crypto: arm64/aes-neon - limit exposed routines if ...") > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/arm64/crypto/aes-glue.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt