From: Mathieu Desnoyers Date: Tue, 5 Apr 2016 19:25:20 +0000 (-0400) Subject: Fix: remove unused gfpflags.h from btrfs and compaction instrumentation X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-modules.git;a=commitdiff_plain;h=e097f8014917b95edaf8eb2d605a575eabb5a63f Fix: remove unused gfpflags.h from btrfs and compaction instrumentation Its content is unused, and this file disappears in Linux 4.6-rc. Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/btrfs.h b/instrumentation/events/lttng-module/btrfs.h index 2f67d5f6..38c66c15 100644 --- a/instrumentation/events/lttng-module/btrfs.h +++ b/instrumentation/events/lttng-module/btrfs.h @@ -6,7 +6,6 @@ #include #include -#include #include #ifndef _TRACE_BTRFS_DEF_ diff --git a/instrumentation/events/lttng-module/compaction.h b/instrumentation/events/lttng-module/compaction.h index 64579fe0..f4f23414 100644 --- a/instrumentation/events/lttng-module/compaction.h +++ b/instrumentation/events/lttng-module/compaction.h @@ -7,7 +7,6 @@ #include #include #include -#include #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)