Fix: kmem instrumentation: remove unused gfpflags.h include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 4 Apr 2016 19:57:24 +0000 (15:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 4 Apr 2016 20:14:34 +0000 (16:14 -0400)
This header disappears in kernel 4.6, but we don't actually use it, so
remove its include.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/kmem.h

index 14deea185caed53dc0770b77f170d4de34de4a97..a195148d7ea93fb7be0b1f06fa97433ee49882a4 100644 (file)
@@ -7,9 +7,6 @@
 #include "../../../probes/lttng-tracepoint-event.h"
 #include <linux/types.h>
 #include <linux/version.h>
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))
-#include <trace/events/gfpflags.h>
-#endif
 
 LTTNG_TRACEPOINT_EVENT_CLASS(kmem_alloc,
 
This page took 0.025481 seconds and 4 git commands to generate.