Fix circular module deps.
[lttng-modules.git] / ltt-relay-alloc.c
index a6697dec75254cbef17766e7b8737de01ee674ee..6ff552efacc06cb5506f23090a34833533e5783e 100644 (file)
@@ -720,11 +720,13 @@ static __init int ltt_relay_alloc_init(void)
 {
        hotcpu_notifier(ltt_relay_hotcpu_callback, 5);
        ltt_relay_init();
+       ltt_ascii_init();
        return 0;
 }
 
 static void __exit ltt_relay_alloc_exit(void)
 {
+       ltt_ascii_exit();
        ltt_relay_exit();
 }
 
This page took 0.023525 seconds and 4 git commands to generate.