From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 20:58:17 +0000 (-0400) Subject: lttng-test probe: remove compatibility code X-Git-Tag: for-upstreaming-review-1~23 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=02815f88b156be105b43f01e988e92603b26ef6c lttng-test probe: remove compatibility code --- diff --git a/tests/probes/lttng-test.c b/tests/probes/lttng-test.c index 97677714..7654d1fb 100644 --- a/tests/probes/lttng-test.c +++ b/tests/probes/lttng-test.c @@ -80,15 +80,9 @@ end: return written; } -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)) static const struct proc_ops lttng_test_filter_event_proc_ops = { .proc_write = lttng_test_filter_event_write, }; -#else -static const struct file_operations lttng_test_filter_event_proc_ops = { - .write = lttng_test_filter_event_write, -}; -#endif static int __init lttng_test_init(void)