aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/debugobjects.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c
index a9a8996d286a..c4ecd3ce7fd4 100644
--- a/lib/debugobjects.c
+++ b/lib/debugobjects.c
@@ -773,7 +773,7 @@ static int __init fixup_free(void *addr, enum debug_obj_state state)
773 } 773 }
774} 774}
775 775
776static int 776static int __init
777check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) 777check_results(void *addr, enum debug_obj_state state, int fixups, int warnings)
778{ 778{
779 struct debug_bucket *db; 779 struct debug_bucket *db;
@@ -916,7 +916,7 @@ void __init debug_objects_early_init(void)
916/* 916/*
917 * Convert the statically allocated objects to dynamic ones: 917 * Convert the statically allocated objects to dynamic ones:
918 */ 918 */
919static int debug_objects_replace_static_objects(void) 919static int __init debug_objects_replace_static_objects(void)
920{ 920{
921 struct debug_bucket *db = obj_hash; 921 struct debug_bucket *db = obj_hash;
922 struct hlist_node *node, *tmp; 922 struct hlist_node *node, *tmp;