qla2x00t-32gbit: Fix a compiler warning introduced by the previous commit

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8590 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-09-25 15:30:33 +00:00
parent c081f0f982
commit 8b67ce61c6

View File

@@ -6,10 +6,10 @@
*/
#include <linux/version.h>
#include "qla_nvme.h"
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0)
#include "qla_nvme.h"
#include <linux/scatterlist.h>
#include <linux/delay.h>
#include <linux/nvme.h>