summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-05-17 12:52:12 -0700
committerElliott Hughes <enh@google.com>2016-05-17 12:52:12 -0700
commitcca9bc0e2b42c7351bf7fa4e37d8df1940393972 (patch)
treed60300a99b2a299c6a078c815ccbba8d9c35b389 /lib
parent820e63e1e69b493368ccb083af7362f372c49ee4 (diff)
downloadscrypt-cca9bc0e2b42c7351bf7fa4e37d8df1940393972.tar.gz
scrypt doesn't need <machine/cpu-features.h>.
Bug: http://b/18556103 Change-Id: Ibccef334b4d1a2e68e327fc8b73e62e62d13df32
Diffstat (limited to 'lib')
-rw-r--r--lib/crypto/crypto_scrypt-neon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/crypto_scrypt-neon.c b/lib/crypto/crypto_scrypt-neon.c
index a3bf052..d05ee1b 100644
--- a/lib/crypto/crypto_scrypt-neon.c
+++ b/lib/crypto/crypto_scrypt-neon.c
@@ -28,7 +28,6 @@
*/
#include "scrypt_platform.h"
-#include <machine/cpu-features.h>
#include <arm_neon.h>
#include <errno.h>