X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2F9p.h;h=aa7da3092e28be8842e68a2aa905fd055f3b68ab;hb=928d0d467109c831af14812239c45da52e89a921;hp=509b984fc0c5b7cee126abf61dbbda25342b4423;hpb=0f4bb54a0c1b609c2a0c179699a23a37b6cee5be;p=lttng-modules.git 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 */