Commit 4a772c40 authored by Eric Biggers's avatar Eric Biggers Committed by Herbert Xu

crypto: lib - remove __HAVE_ARCH_CRYPTO_MEMNEQ

No architecture actually defines this, so it's unneeded.
Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Reviewed-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6e78ad0b
...@@ -63,8 +63,6 @@ ...@@ -63,8 +63,6 @@
#include <crypto/algapi.h> #include <crypto/algapi.h>
#include <linux/module.h> #include <linux/module.h>
#ifndef __HAVE_ARCH_CRYPTO_MEMNEQ
/* Generic path for arbitrary size */ /* Generic path for arbitrary size */
static inline unsigned long static inline unsigned long
__crypto_memneq_generic(const void *a, const void *b, size_t size) __crypto_memneq_generic(const void *a, const void *b, size_t size)
...@@ -173,5 +171,3 @@ noinline unsigned long __crypto_memneq(const void *a, const void *b, ...@@ -173,5 +171,3 @@ noinline unsigned long __crypto_memneq(const void *a, const void *b,
} }
} }
EXPORT_SYMBOL(__crypto_memneq); EXPORT_SYMBOL(__crypto_memneq);
#endif /* __HAVE_ARCH_CRYPTO_MEMNEQ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment