cleanups
[ust.git] / libust / tracer.c
index b807a508b0cb6120c1baeaedf9620674c343bf85..b0393e213e217de881dfeb4a7d7a3af599d674aa 100644 (file)
@@ -38,6 +38,8 @@
 //ust// #include <linux/delay.h>
 //ust// #include <linux/vmalloc.h>
 //ust// #include <asm/atomic.h>
+#include <kcompat/rculist.h>
+
 #include "kernelcompat.h"
 #include "tracercore.h"
 #include "tracer.h"
@@ -665,7 +667,7 @@ int ltt_trace_alloc(const char *trace_name)
 {
        int err = 0;
        struct ltt_trace_struct *trace;
-       int subbuf_size, subbuf_cnt;
+       unsigned int subbuf_size, subbuf_cnt;
        unsigned long flags;
        int chan;
        const char *channel_name;
This page took 0.02268 seconds and 4 git commands to generate.