Merge "scrypt doesn\'t need <machine/cpu-features.h>." am: e6e09c358c
am: 3608597959

* commit '36085979592293853cb18fadb61358f5b7f4f717':
  scrypt doesn't need <machine/cpu-features.h>.

Change-Id: I724c161acbb6b2caa6ba9d438c1325e95ad4b830
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>
diff --git a/patches/arm-neon.patch b/patches/arm-neon.patch
index 7197f99..02ff357 100644
--- a/patches/arm-neon.patch
+++ b/patches/arm-neon.patch
@@ -129,7 +129,7 @@
 index 0000000..a3bf052
 --- /dev/null
 +++ b/lib/crypto/crypto_scrypt-neon.c
-@@ -0,0 +1,305 @@
+@@ -0,0 +1,304 @@
 +/*-
 + * Copyright 2009 Colin Percival
 + * All rights reserved.
@@ -160,7 +160,6 @@
 + */
 +#include "scrypt_platform.h"
 +
-+#include <machine/cpu-features.h>
 +#include <arm_neon.h>
 +
 +#include <errno.h>