mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
qla2x00t-32gbit: Remove an unnecessary #include directive
None of the definitions from <linux/io-64-nonatomic-lo-hi.h> are used in the qla2xxx driver. Hence remove the include directive for that header file. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8165 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -8,13 +8,8 @@
|
||||
#define __QLA_NX_H
|
||||
|
||||
#include <linux/version.h>
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0)
|
||||
/*
|
||||
* See also commit 2f8e2c877784 ("move io-64-nonatomic*.h out of asm-generic")
|
||||
* # v4.4.
|
||||
*/
|
||||
#include <linux/io-64-nonatomic-lo-hi.h>
|
||||
#endif
|
||||
#include <linux/types.h>
|
||||
#include <scsi/scsi.h>
|
||||
|
||||
/*
|
||||
* Following are the states of the Phantom. Phantom will set them and
|
||||
|
||||
Reference in New Issue
Block a user