From 02815f88b156be105b43f01e988e92603b26ef6c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 16:58:17 -0400 Subject: [PATCH] lttng-test probe: remove compatibility code --- tests/probes/lttng-test.c | 6 ------ 1 file changed, 6 deletions(-) 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) -- 2.34.1