summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch b/meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch
deleted file mode 100644
index 250e9c6261..0000000000
--- a/meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 2ce89d35c9477d8c17c00489c72e1548e16af9b9 Mon Sep 17 00:00:00 2001
2From: Michael Jeanson <mjeanson@efficios.com>
3Date: Fri, 20 Nov 2020 11:42:30 -0500
4Subject: [PATCH 10/16] fix: include order for older kernels
5
6Fixes a build failure on v3.0 and v3.1.
7
8Upstream-Status: Backport
9
10Change-Id: Ic48512d2aa5ee46678e67d147b92dba6d0959615
11Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
12Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13---
14 lttng-events.h | 1 +
15 1 file changed, 1 insertion(+)
16
17diff --git a/lttng-events.h b/lttng-events.h
18index 099fd78b..f5cc57c6 100644
19--- a/lttng-events.h
20+++ b/lttng-events.h
21@@ -16,6 +16,7 @@
22 #include <linux/kref.h>
23 #include <lttng-cpuhotplug.h>
24 #include <linux/uuid.h>
25+#include <linux/irq_work.h>
26 #include <wrapper/uprobes.h>
27 #include <lttng-tracer.h>
28 #include <lttng-abi.h>
29--
302.25.1
31