From c39ada43fdb38cde28bbe8fcabb3de355b6680a3 Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Fri, 27 Apr 2012 14:30:42 -0600 Subject: [PATCH] --- yaml --- r: 304059 b: refs/heads/master c: 3ec5652ab70f6e9a888d9e5f67c858af354323b3 h: refs/heads/master i: 304057: 9a713eb4e5721150686da1f2350d8caab780de28 304055: 4c282ad233f912ba79242aa4792b853340f01af2 v: v3 --- [refs] | 2 +- trunk/lib/dynamic_debug.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2bb5fbd99b68..dc6ba198025a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 29e36c9ffb696ed8d73e1aee713d483ec74a9a43 +refs/heads/master: 3ec5652ab70f6e9a888d9e5f67c858af354323b3 diff --git a/trunk/lib/dynamic_debug.c b/trunk/lib/dynamic_debug.c index cfd84638b1a4..7ca29a0a3019 100644 --- a/trunk/lib/dynamic_debug.c +++ b/trunk/lib/dynamic_debug.c @@ -1042,7 +1042,7 @@ static int __init dynamic_debug_init(void) return 0; } /* Allow early initialization for boot messages via boot param */ -arch_initcall(dynamic_debug_init); +early_initcall(dynamic_debug_init); /* Debugfs setup must be done later */ -module_init(dynamic_debug_init_debugfs); +fs_initcall(dynamic_debug_init_debugfs);