From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 19:47:26 +0000 (-0400) Subject: instrumentation: 9p: remove compatibility code X-Git-Tag: for-upstreaming-review-1~71 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=928d0d467109c831af14812239c45da52e89a921 instrumentation: 9p: remove compatibility code --- 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 */