Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4af0e9d authored by Jussi Kivilinna's avatar Jussi Kivilinna Committed by Herbert Xu
Browse files

crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/asm/crypto/



Move serpent crypto headers to the new asm/crypto/ directory.

Signed-off-by: default avatarJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a7378d4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@
#include <crypto/xts.h>
#include <crypto/xts.h>
#include <asm/xcr.h>
#include <asm/xcr.h>
#include <asm/xsave.h>
#include <asm/xsave.h>
#include <asm/serpent-avx.h>
#include <asm/crypto/serpent-avx.h>
#include <asm/crypto/ablk_helper.h>
#include <asm/crypto/ablk_helper.h>
#include <asm/crypto/glue_helper.h>
#include <asm/crypto/glue_helper.h>


+1 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,7 @@
#include <crypto/ctr.h>
#include <crypto/ctr.h>
#include <crypto/lrw.h>
#include <crypto/lrw.h>
#include <crypto/xts.h>
#include <crypto/xts.h>
#include <asm/serpent-sse2.h>
#include <asm/crypto/serpent-sse2.h>
#include <asm/crypto/ablk_helper.h>
#include <asm/crypto/ablk_helper.h>
#include <asm/crypto/glue_helper.h>
#include <asm/crypto/glue_helper.h>