diff options
Diffstat (limited to 'lib/debugobjects.c')
-rw-r--r-- | lib/debugobjects.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c index 076464fd2072..deebcc57d4e6 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c | |||
@@ -827,7 +827,7 @@ static int __init fixup_free(void *addr, enum debug_obj_state state) | |||
827 | } | 827 | } |
828 | } | 828 | } |
829 | 829 | ||
830 | static int | 830 | static int __init |
831 | check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) | 831 | check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) |
832 | { | 832 | { |
833 | struct debug_bucket *db; | 833 | struct debug_bucket *db; |
@@ -970,7 +970,7 @@ void __init debug_objects_early_init(void) | |||
970 | /* | 970 | /* |
971 | * Convert the statically allocated objects to dynamic ones: | 971 | * Convert the statically allocated objects to dynamic ones: |
972 | */ | 972 | */ |
973 | static int debug_objects_replace_static_objects(void) | 973 | static int __init debug_objects_replace_static_objects(void) |
974 | { | 974 | { |
975 | struct debug_bucket *db = obj_hash; | 975 | struct debug_bucket *db = obj_hash; |
976 | struct hlist_node *node, *tmp; | 976 | struct hlist_node *node, *tmp; |