Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360301
b: refs/heads/master
c: 63b91d5
h: refs/heads/master
i:
  360299: 3dee659
v: v3
  • Loading branch information
Asias He authored and Nicholas Bellinger committed Feb 28, 2013
1 parent 434e366 commit d0c5ae0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: fd3a9025c0349bc9b01d627529f54e6e1e389015
refs/heads/master: 63b91d5a492ae1cdc1ba0a0a45024718f6d1437f
2 changes: 1 addition & 1 deletion trunk/drivers/target/sbp/sbp_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -2598,7 +2598,7 @@ static int __init sbp_init(void)
return 0;
};

static void sbp_exit(void)
static void __exit sbp_exit(void)
{
sbp_deregister_configfs();
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ static int __init fileio_module_init(void)
return transport_subsystem_register(&fileio_template);
}

static void fileio_module_exit(void)
static void __exit fileio_module_exit(void)
{
transport_subsystem_release(&fileio_template);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_iblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ static int __init iblock_module_init(void)
return transport_subsystem_register(&iblock_template);
}

static void iblock_module_exit(void)
static void __exit iblock_module_exit(void)
{
transport_subsystem_release(&iblock_template);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_pscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ static int __init pscsi_module_init(void)
return transport_subsystem_register(&pscsi_template);
}

static void pscsi_module_exit(void)
static void __exit pscsi_module_exit(void)
{
transport_subsystem_release(&pscsi_template);
}
Expand Down

0 comments on commit d0c5ae0

Please sign in to comment.