From 928d0d467109c831af14812239c45da52e89a921 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 15:47:26 -0400 Subject: [PATCH] instrumentation: 9p: remove compatibility code --- instrumentation/events/lttng-module/9p.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/instrumentation/events/lttng-module/9p.h b/instrumentation/events/lttng-module/9p.h index 509b984f..aa7da309 100644 --- a/instrumentation/events/lttng-module/9p.h +++ b/instrumentation/events/lttng-module/9p.h @@ -6,9 +6,7 @@ #define LTTNG_TRACE_9P_H #include -#include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0)) LTTNG_TRACEPOINT_EVENT(9p_client_req, TP_PROTO(struct p9_client *clnt, int8_t type, int tag), @@ -49,7 +47,6 @@ LTTNG_TRACEPOINT_EVENT(9p_protocol_dump, ctf_array(unsigned char, line, pdu->sdata, P9_PROTO_DUMP_SZ) ) ) -#endif #endif /* LTTNG_TRACE_9P_H */ -- 2.34.1