fcst: Fix the kernel v5.10 build

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9327 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-01-08 03:19:39 +00:00
parent a9d4468352
commit 1d157c0bc1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <scsi/libfc.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0)
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0)
#include <scsi/fc_encode.h>
#else
#include <scsi/fc/fc_ms.h>
+1 -1
View File
@@ -24,7 +24,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <scsi/libfc.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0)
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0)
#include <scsi/fc_encode.h>
#else
#include <scsi/fc/fc_ms.h>