mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
[S390] zcrypt: make init/exit functions static.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
3f4cf6e72f
commit
731475c92e
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
/**
|
/**
|
||||||
* The module initialization code.
|
* The module initialization code.
|
||||||
*/
|
*/
|
||||||
int __init zcrypt_init(void)
|
static int __init zcrypt_init(void)
|
||||||
{
|
{
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ out:
|
||||||
/**
|
/**
|
||||||
* The module termination code.
|
* The module termination code.
|
||||||
*/
|
*/
|
||||||
void __exit zcrypt_exit(void)
|
static void __exit zcrypt_exit(void)
|
||||||
{
|
{
|
||||||
zcrypt_cex2a_exit();
|
zcrypt_cex2a_exit();
|
||||||
zcrypt_pcixcc_exit();
|
zcrypt_pcixcc_exit();
|
||||||
|
|
Loading…
Add table
Reference in a new issue