From: Michael Jeanson Date: Mon, 4 Apr 2022 19:08:48 +0000 (-0400) Subject: fix: scsi: core: Remove (v5.18) X-Git-Tag: v2.12.14~4 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=f463bb6b049f6ab380ee05ac256b756fdc9b5231 fix: scsi: core: Remove (v5.18) See upstream commit : commit 26440303310591e29121964ede0048583cb3126d Author: Christoph Hellwig Date: Thu Feb 24 18:55:52 2022 +0100 scsi: core: Remove This header is empty now except for an include of , so remove it. Change-Id: Ic8ee3352f1e8bddfcd44c31be9b788db82f183aa Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/block.h b/instrumentation/events/lttng-module/block.h index 5b38f4ec..1981adbf 100644 --- a/instrumentation/events/lttng-module/block.h +++ b/instrumentation/events/lttng-module/block.h @@ -11,9 +11,9 @@ #include #include -#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,11,0)) +#if LTTNG_KERNEL_RANGE(4,11,0, 5,18,0) #include -#endif /* (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,11,0)) */ +#endif /* LTTNG_KERNEL_RANGE(4,11,0, 5,18,0) */ #ifndef _TRACE_BLOCK_DEF_ #define _TRACE_BLOCK_DEF_