Commit 731475c9 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

[S390] zcrypt: make init/exit functions static.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 3f4cf6e7
......@@ -45,7 +45,7 @@
/**
* The module initialization code.
*/
int __init zcrypt_init(void)
static int __init zcrypt_init(void)
{
int rc;
......@@ -86,7 +86,7 @@ int __init zcrypt_init(void)
/**
* The module termination code.
*/
void __exit zcrypt_exit(void)
static void __exit zcrypt_exit(void)
{
zcrypt_cex2a_exit();
zcrypt_pcixcc_exit();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment