Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2021-11-23 20:35:20 -08:00
2 changed files with 2 additions and 4 deletions

View File

@@ -19,8 +19,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <scsi/libfc.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && \
(!defined(UEK_RELEASE) || UEK_RELEASE -0 < 8)
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && !defined(UEK_RELEASE)
#include <scsi/fc_encode.h>
#else
#include <scsi/fc/fc_ms.h>

View File

@@ -24,8 +24,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <scsi/libfc.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && \
(!defined(UEK_RELEASE) || UEK_RELEASE -0 < 8)
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && !defined(UEK_RELEASE)
#include <scsi/fc_encode.h>
#else
#include <scsi/fc/fc_ms.h>