Skip to content

Commit 7da00b0

Browse files
hmynenimpe
authored andcommitted
crypto/nx: Rename nx-842-pseries file name to nx-common-pseries
Rename nx-842-pseries.c to nx-common-pseries.c to add code for new GZIP compression type. The actual functionality is not changed in this patch. Signed-off-by: Haren Myneni <[email protected]> Acked-by: Herbert Xu <[email protected]> Acked-by: Nicholas Piggin <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6d0aaf5 commit 7da00b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/crypto/nx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ nx-crypto-objs := nx.o \
1414
obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o
1515
obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
1616
nx-compress-objs := nx-842.o
17-
nx-compress-pseries-objs := nx-842-pseries.o
17+
nx-compress-pseries-objs := nx-common-pseries.o
1818
nx-compress-powernv-objs := nx-common-powernv.o

0 commit comments

Comments
 (0)