]> git.karo-electronics.de Git - linux-beck.git/commitdiff
crypto: nx - rename nx-842.c to nx-842-pseries.c
authorDan Streetman <ddstreet@ieee.org>
Thu, 7 May 2015 17:49:16 +0000 (13:49 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 07:06:45 +0000 (15:06 +0800)
Move the entire NX-842 driver for the pSeries platform from the file
nx-842.c to nx-842-pseries.c.  This is required by later patches that
add NX-842 support for the PowerNV platform.

This patch does not alter the content of the pSeries NX-842 driver at
all, it only changes the filename.

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/nx/Makefile
drivers/crypto/nx/nx-842-pseries.c [moved from drivers/crypto/nx/nx-842.c with 100% similarity]

index bb770ea45ce9390f47ac3bd52e5ecbb132c361c3..8669ffa8dc5ce8f32bb434ab089aa4c66b4ccfcc 100644 (file)
@@ -11,4 +11,4 @@ nx-crypto-objs := nx.o \
                  nx-sha512.o
 
 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS) += nx-compress.o
-nx-compress-objs := nx-842.o
+nx-compress-objs := nx-842-pseries.o