crypto: powerpc - move files to fix build error
authorKim Phillips <kim.phillips@freescale.com>
Sat, 7 Mar 2015 00:46:21 +0000 (18:46 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 9 Mar 2015 10:06:19 +0000 (21:06 +1100)
commit3265c4babe93832167cb148083a0544548c23e6a
treefa78a5f4d61fec514792367ef0c24a827da2b6eb
parenta508412b169d5398dc5f800147097b255c2941be
crypto: powerpc - move files to fix build error

The current cryptodev-2.6 tree commits:

d9850fc529ef ("crypto: powerpc/sha1 - kernel config")
50ba29aaa7b0 ("crypto: powerpc/sha1 - glue")

failed to properly place files under arch/powerpc/crypto, which
leads to build errors:

make[1]: *** No rule to make target 'arch/powerpc/crypto/sha1-spe-asm.o', needed by 'arch/powerpc/crypto/sha1-ppc-spe.o'.  Stop.
make[1]: *** No rule to make target 'arch/powerpc/crypto/sha1_spe_glue.o', needed by 'arch/powerpc/crypto/sha1-ppc-spe.o'.  Stop.
Makefile:947: recipe for target 'arch/powerpc/crypto' failed

Move the two sha1 spe files under crypto/, and whilst there, rename
other powerpc crypto files with underscores to use dashes for
consistency.

Cc: Markus Stockhausen <stockhausen@collogia.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/Makefile
arch/powerpc/crypto/aes-spe-glue.c [new file with mode: 0644]
arch/powerpc/crypto/aes_spe_glue.c [deleted file]
arch/powerpc/crypto/md5-glue.c [new file with mode: 0644]
arch/powerpc/crypto/md5_glue.c [deleted file]
arch/powerpc/crypto/sha1-spe-asm.S [new file with mode: 0644]
arch/powerpc/crypto/sha1-spe-glue.c [new file with mode: 0644]
arch/powerpc/crypto/sha256-spe-glue.c [new file with mode: 0644]
arch/powerpc/crypto/sha256_spe_glue.c [deleted file]
arch/powerpc/sha1-spe-asm.S [deleted file]
arch/powerpc/sha1_spe_glue.c [deleted file]