Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242694
b: refs/heads/master
c: 54550fa
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and James Bottomley committed Mar 23, 2011
1 parent f1a8e20 commit 24b90f9
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: 58c3e6477f3840df7d9b346627420bc7b246cdc8
refs/heads/master: 54550fabfecdb71e0deb51999cca7d28bb4299ed
4 changes: 2 additions & 2 deletions trunk/drivers/target/target_core_configfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ static struct config_item_type target_core_cit = {

/* Stop functions for struct config_item_type target_core_hba_cit */

static int target_core_init_configfs(void)
static int __init target_core_init_configfs(void)
{
struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL;
struct config_group *lu_gp_cg = NULL;
Expand Down Expand Up @@ -3207,7 +3207,7 @@ static int target_core_init_configfs(void)
return -1;
}

static void target_core_exit_configfs(void)
static void __exit target_core_exit_configfs(void)
{
struct configfs_subsystem *subsys;
struct config_group *hba_cg, *alua_cg, *lu_gp_cg;
Expand Down

0 comments on commit 24b90f9

Please sign in to comment.