Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / include / ust / marker.h
index cb2c46d974a1b0f16e69d87231b43591e39a7c2b..2b5a0c38ba701dfe6f1874eecee097b6bbd47e5a 100644 (file)
@@ -28,9 +28,8 @@
 //ust// #include <linux/types.h>
 #include <ust/immediate.h>
 //ust// #include <linux/ltt-channels.h>
-#include "kernelcompat.h"
+#include <ust/kernelcompat.h>
 #include <kcompat/list.h>
-#include "usterr.h"
 
 //ust// struct module;
 //ust// struct task_struct;
@@ -303,7 +302,6 @@ extern struct marker __stop___markers[] __attribute__((visibility("hidden")));
                                                                                        \
 static void __attribute__((constructor)) __markers__init(void)                                 \
 {                                                                                      \
-       DBG("next registration in "__FILE__"\n");\
        marker_register_lib(__start___markers, (((long)__stop___markers)-((long)__start___markers))/sizeof(struct marker));\
 }
 
This page took 0.022331 seconds and 4 git commands to generate.