Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67617
b: refs/heads/master
c: 731475c
h: refs/heads/master
i:
  67615: 172231a
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Oct 12, 2007
1 parent eb7567b commit a59d31a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f4cf6e72f9f6a0b046b32881acc4f829f3aaa46
refs/heads/master: 731475c92ed587ac0e112c49b47b12de8d0ab609
4 changes: 2 additions & 2 deletions trunk/drivers/s390/crypto/zcrypt_mono.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/**
* The module initialization code.
*/
int __init zcrypt_init(void)
static int __init zcrypt_init(void)
{
int rc;

Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit a59d31a

Please sign in to comment.