Skip to content

Commit 9da3545

Browse files
Ingo TuchschererMartin Schwidefsky
authored andcommitted
s390/zcrypt: Alias for new zcrypt device driver base module
The zcrypt device driver has been split into base/bus module, api-module, card modules and message type modules. The base module has been renamed from z90crypt to ap. A module alias (with the well-known z90crypt identifier) will be introduced that enable users to use their existing way to load the zcrypt device driver. Signed-off-by: Ingo Tuchscherer <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
1 parent 191a2fa commit 9da3545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/s390/crypto/ap_bus.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ MODULE_AUTHOR("IBM Corporation");
7171
MODULE_DESCRIPTION("Adjunct Processor Bus driver, " \
7272
"Copyright IBM Corp. 2006, 2012");
7373
MODULE_LICENSE("GPL");
74+
MODULE_ALIAS("z90crypt");
7475

7576
/*
7677
* Module parameter

0 commit comments

Comments
 (0)