summaryrefslogtreecommitdiff
path: root/lib/crypto/mips/poly1305-glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/mips/poly1305-glue.c')
-rw-r--r--lib/crypto/mips/poly1305-glue.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/crypto/mips/poly1305-glue.c b/lib/crypto/mips/poly1305-glue.c
index 764a38a65200..002f50f710ab 100644
--- a/lib/crypto/mips/poly1305-glue.c
+++ b/lib/crypto/mips/poly1305-glue.c
@@ -23,11 +23,5 @@ asmlinkage void poly1305_emit_arch(const struct poly1305_state *state,
const u32 nonce[4]);
EXPORT_SYMBOL_GPL(poly1305_emit_arch);
-bool poly1305_is_arch_optimized(void)
-{
- return true;
-}
-EXPORT_SYMBOL(poly1305_is_arch_optimized);
-
MODULE_DESCRIPTION("Poly1305 transform (MIPS accelerated");
MODULE_LICENSE("GPL v2");