From 6b206adaeba16d3bddbfd980d2ebdfc96211765c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 4 Apr 2016 15:57:24 -0400 Subject: [PATCH] Fix: kmem instrumentation: remove unused gfpflags.h include This header disappears in kernel 4.6, but we don't actually use it, so remove its include. Signed-off-by: Mathieu Desnoyers --- instrumentation/events/lttng-module/kmem.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/instrumentation/events/lttng-module/kmem.h b/instrumentation/events/lttng-module/kmem.h index 05f71ade..9ee3aa2f 100644 --- a/instrumentation/events/lttng-module/kmem.h +++ b/instrumentation/events/lttng-module/kmem.h @@ -7,9 +7,6 @@ #include #include #include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)) -#include -#endif LTTNG_TRACEPOINT_EVENT_CLASS(kmem_alloc, -- 2.34.1