diff options
author | Dan Streetman <ddstreet@ieee.org> | 2015-05-07 13:49:16 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-11 03:06:45 -0400 |
commit | fdd05e4b9ae22603ed09beb4e179ae7746555a81 (patch) | |
tree | 19ebaa515d2fd9700238c95e216347bee837a357 | |
parent | 2062c5b6da758ca2bb64b698d7f9c5c45a06fcf9 (diff) |
crypto: nx - rename nx-842.c to nx-842-pseries.c
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>
-rw-r--r-- | drivers/crypto/nx/Makefile | 2 | ||||
-rw-r--r-- | drivers/crypto/nx/nx-842-pseries.c (renamed from drivers/crypto/nx/nx-842.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/nx/Makefile b/drivers/crypto/nx/Makefile index bb770ea45ce9..8669ffa8dc5c 100644 --- a/drivers/crypto/nx/Makefile +++ b/drivers/crypto/nx/Makefile | |||
@@ -11,4 +11,4 @@ nx-crypto-objs := nx.o \ | |||
11 | nx-sha512.o | 11 | nx-sha512.o |
12 | 12 | ||
13 | obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS) += nx-compress.o | 13 | obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS) += nx-compress.o |
14 | nx-compress-objs := nx-842.o | 14 | nx-compress-objs := nx-842-pseries.o |
diff --git a/drivers/crypto/nx/nx-842.c b/drivers/crypto/nx/nx-842-pseries.c index 887196e9b50c..887196e9b50c 100644 --- a/drivers/crypto/nx/nx-842.c +++ b/drivers/crypto/nx/nx-842-pseries.c | |||