Move wrapper/ringbuffer to include/ringbuffer
[lttng-modules.git] / lttng-context-uts-ns.c
index cb8c60f172d899a14b3049f607a4ad955a28e604..684c32163957a1fc1e4fa76285c30bbcb56a8ff9 100644 (file)
 #include <linux/sched.h>
 #include <linux/utsname.h>
 #include <lttng-events.h>
-#include <wrapper/ringbuffer/frontend_types.h>
+#include <include/ringbuffer/frontend_types.h>
 #include <lttng-tracer.h>
 
-#if defined(CONFIG_UTS_NS) && \
-       (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
+#if defined(CONFIG_UTS_NS)
 
 static
 size_t uts_ns_get_size(size_t offset)
This page took 0.022986 seconds and 4 git commands to generate.