aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dynamic_debug.c')
-rw-r--r--lib/dynamic_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index 214828c65625..7b76f43edaef 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -868,7 +868,6 @@ int ddebug_add_module(struct _ddebug *tab, unsigned int n,
868 vpr_info("%u debug prints in module %s\n", n, dt->mod_name); 868 vpr_info("%u debug prints in module %s\n", n, dt->mod_name);
869 return 0; 869 return 0;
870} 870}
871EXPORT_SYMBOL_GPL(ddebug_add_module);
872 871
873/* helper for ddebug_dyndbg_(boot|module)_param_cb */ 872/* helper for ddebug_dyndbg_(boot|module)_param_cb */
874static int ddebug_dyndbg_param_cb(char *param, char *val, 873static int ddebug_dyndbg_param_cb(char *param, char *val,
@@ -938,7 +937,6 @@ int ddebug_remove_module(const char *mod_name)
938 mutex_unlock(&ddebug_lock); 937 mutex_unlock(&ddebug_lock);
939 return ret; 938 return ret;
940} 939}
941EXPORT_SYMBOL_GPL(ddebug_remove_module);
942 940
943static void ddebug_remove_all_tables(void) 941static void ddebug_remove_all_tables(void)
944{ 942{