aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_configfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/target/target_core_configfs.c')
-rw-r--r--drivers/target/target_core_configfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/target/target_core_configfs.c b/drivers/target/target_core_configfs.c
index 9721ef28335c..a38fec4acceb 100644
--- a/drivers/target/target_core_configfs.c
+++ b/drivers/target/target_core_configfs.c
@@ -3075,7 +3075,7 @@ static struct config_item_type target_core_cit = {
3075 3075
3076/* Stop functions for struct config_item_type target_core_hba_cit */ 3076/* Stop functions for struct config_item_type target_core_hba_cit */
3077 3077
3078static int target_core_init_configfs(void) 3078static int __init target_core_init_configfs(void)
3079{ 3079{
3080 struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL; 3080 struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL;
3081 struct config_group *lu_gp_cg = NULL; 3081 struct config_group *lu_gp_cg = NULL;
@@ -3207,7 +3207,7 @@ out_global:
3207 return -1; 3207 return -1;
3208} 3208}
3209 3209
3210static void target_core_exit_configfs(void) 3210static void __exit target_core_exit_configfs(void)
3211{ 3211{
3212 struct configfs_subsystem *subsys; 3212 struct configfs_subsystem *subsys;
3213 struct config_group *hba_cg, *alua_cg, *lu_gp_cg; 3213 struct config_group *hba_cg, *alua_cg, *lu_gp_cg;