From d790fc4cb3ee216bbdbbf625457588bdfca05029 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 31 Mar 2019 16:27:59 +0000 Subject: [PATCH] qla2x00t-32gbit: Fix the build against upstream kernel v3.8 See also Linux kernel commit cf0282004166 ("UAPI: (Scripted) Disintegrate include/scsi/fc") # v3.9. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8116 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/qla_nvme.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qla2x00t-32gbit/qla_nvme.h b/qla2x00t-32gbit/qla_nvme.h index e09f538f7..d5638680b 100644 --- a/qla2x00t-32gbit/qla_nvme.h +++ b/qla2x00t-32gbit/qla_nvme.h @@ -7,8 +7,8 @@ #ifndef __QLA_NVME_H #define __QLA_NVME_H -#include -#include +#include +#include #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) #include #endif