ust: continue moving communication stuff to libustcomm and cleanup
[ust.git] / libtracectl / marker-control.c
index ab5413dcbc4c2c757f8aa01d1a56dc4b1c00d42c..29c43b09816e9ccf196b883335756b0999e90faf 100644 (file)
@@ -34,7 +34,7 @@
 #include "kernelcompat.h"
 #include "list.h"
 #include "tracer.h"
-#include "usterr.h"
+#include "localerr.h"
 
 #define DEFAULT_CHANNEL "cpu"
 #define DEFAULT_PROBE "default"
@@ -432,8 +432,6 @@ void __attribute__((constructor)) init_marker_control(void)
 
                initialized = 1;
        }
-
-       return 0;
 }
 //ust// module_init(marker_control_init);
 
This page took 0.022342 seconds and 4 git commands to generate.