Fix: kmem instrumentation: remove unused gfpflags.h include
[lttng-modules.git] / 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.024566 seconds and 4 git commands to generate.