Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34175
b: refs/heads/master
c: 1375fc1
h: refs/heads/master
i:
  34173: 848c5be
  34171: e5ee04c
  34167: 940c564
  34159: ee1f5c7
  34143: 6399953
  34111: d85ee9d
  34047: 2c5286a
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Sep 20, 2006
1 parent c2f9cf7 commit 2b45b18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 0fee644ada12c524abbf723132fbea6a082ecfc2
refs/heads/master: 1375fc1fb0434a26f93c59b1b9f3fdb8bf90bba5
2 changes: 1 addition & 1 deletion trunk/arch/s390/hypfs/hypfs_diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ SECTIONS

/* Sections to be discarded */
/DISCARD/ : {
*(.exitcall.exit)
*(.exit.text) *(.exit.data) *(.exitcall.exit)
}

/* Stabs debugging sections. */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd_eer.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ int __init dasd_eer_init(void)
return 0;
}

void __exit dasd_eer_exit(void)
void dasd_eer_exit(void)
{
WARN_ON(misc_deregister(&dasd_eer_dev) != 0);
}

0 comments on commit 2b45b18

Please sign in to comment.