Skip to content

Commit

Permalink
crypto: nx - rename nx-842.c to nx-842-pseries.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
ddstreet authored and herbertx committed May 11, 2015
1 parent 2062c5b commit fdd05e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit fdd05e4

Please sign in to comment.