aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/hypfs
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2006-09-20 15:59:12 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2006-09-20 15:59:12 +0200
commit1375fc1fb0434a26f93c59b1b9f3fdb8bf90bba5 (patch)
treeea38ce53e9cc74b73fc3171f55a67437e9b29eb2 /arch/s390/hypfs
parent0fee644ada12c524abbf723132fbea6a082ecfc2 (diff)
downloadkernel_samsung_smdk4412-1375fc1fb0434a26f93c59b1b9f3fdb8bf90bba5.zip
kernel_samsung_smdk4412-1375fc1fb0434a26f93c59b1b9f3fdb8bf90bba5.tar.gz
kernel_samsung_smdk4412-1375fc1fb0434a26f93c59b1b9f3fdb8bf90bba5.tar.bz2
[S390] __exit cleanup.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/hypfs')
-rw-r--r--arch/s390/hypfs/hypfs_diag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/hypfs/hypfs_diag.c b/arch/s390/hypfs/hypfs_diag.c
index fee5aee..75144ef 100644
--- a/arch/s390/hypfs/hypfs_diag.c
+++ b/arch/s390/hypfs/hypfs_diag.c
@@ -535,7 +535,7 @@ __init int hypfs_diag_init(void)
return rc;
}
-__exit void hypfs_diag_exit(void)
+void hypfs_diag_exit(void)
{
diag224_delete_name_table();
diag204_free_buffer();