Commit 06ee7720 authored by Linus Torvalds's avatar Linus Torvalds

Merge branch 'core-debugobjects-for-linus' of...

Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  debugobjects: Section mismatch cleanup
parents fd25a1f5 1fb2f77c
...@@ -774,7 +774,7 @@ static int __init fixup_free(void *addr, enum debug_obj_state state) ...@@ -774,7 +774,7 @@ static int __init fixup_free(void *addr, enum debug_obj_state state)
} }
} }
static int static int __init
check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) check_results(void *addr, enum debug_obj_state state, int fixups, int warnings)
{ {
struct debug_bucket *db; struct debug_bucket *db;
...@@ -917,7 +917,7 @@ void __init debug_objects_early_init(void) ...@@ -917,7 +917,7 @@ void __init debug_objects_early_init(void)
/* /*
* Convert the statically allocated objects to dynamic ones: * Convert the statically allocated objects to dynamic ones:
*/ */
static int debug_objects_replace_static_objects(void) static int __init debug_objects_replace_static_objects(void)
{ {
struct debug_bucket *db = obj_hash; struct debug_bucket *db = obj_hash;
struct hlist_node *node, *tmp; struct hlist_node *node, *tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment