Commit 1375fc1f authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

[S390] __exit cleanup.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 0fee644a
...@@ -535,7 +535,7 @@ __init int hypfs_diag_init(void) ...@@ -535,7 +535,7 @@ __init int hypfs_diag_init(void)
return rc; return rc;
} }
__exit void hypfs_diag_exit(void) void hypfs_diag_exit(void)
{ {
diag224_delete_name_table(); diag224_delete_name_table();
diag204_free_buffer(); diag204_free_buffer();
......
...@@ -118,7 +118,7 @@ SECTIONS ...@@ -118,7 +118,7 @@ SECTIONS
/* Sections to be discarded */ /* Sections to be discarded */
/DISCARD/ : { /DISCARD/ : {
*(.exitcall.exit) *(.exit.text) *(.exit.data) *(.exitcall.exit)
} }
/* Stabs debugging sections. */ /* Stabs debugging sections. */
......
...@@ -678,7 +678,7 @@ int __init dasd_eer_init(void) ...@@ -678,7 +678,7 @@ int __init dasd_eer_init(void)
return 0; return 0;
} }
void __exit dasd_eer_exit(void) void dasd_eer_exit(void)
{ {
WARN_ON(misc_deregister(&dasd_eer_dev) != 0); WARN_ON(misc_deregister(&dasd_eer_dev) != 0);
} }
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