Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 28 Dec 2016 09:39:26 +0000 (17:39 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 28 Dec 2016 09:39:26 +0000 (17:39 +0800)
commit5386e5d1f8b7305e447b781f7ac02649f7a4d055
tree549a6b9cd304869c77a9007f86bae984298f2017
parentfb91a661d99f460f2ea4c7f23ed47f56863ca1d1
Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"

This patch reverts the following commits:

8621caa0d45e731f2e9f5889ff5bb384fcd6e059
8096667273477e735b0072b11a6d617ccee45e5f

I should not have applied them because they had already been
obsoleted by a subsequent patch series.  They also cause a build
failure because of the subsequent commit 9ae433bc79f9.

Fixes: 9ae433bc79f ("crypto: chacha20 - convert generic and...")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/Kconfig
arch/arm/crypto/Makefile
arch/arm/crypto/chacha20-neon-core.S [deleted file]
arch/arm/crypto/chacha20-neon-glue.c [deleted file]
arch/arm64/crypto/Kconfig
arch/arm64/crypto/Makefile
arch/arm64/crypto/chacha20-neon-core.S [deleted file]
arch/arm64/crypto/chacha20-neon-glue.c [deleted file]