From e097f8014917b95edaf8eb2d605a575eabb5a63f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 5 Apr 2016 15:25:20 -0400 Subject: [PATCH] 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 --- instrumentation/events/lttng-module/btrfs.h | 1 - instrumentation/events/lttng-module/compaction.h | 1 - 2 files changed, 2 deletions(-) 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) -- 2.34.1