diff options
author | Pravin Shedge | 2017-12-06 22:38:03 +0530 |
---|---|---|
committer | Martin K. Petersen | 2017-12-11 21:52:38 -0500 |
commit | ed123b6e474039483ffdb0a621184e3c3b4f9bce (patch) | |
tree | 57b25702a3eaec324f3fdd6f446317ad1c8e104f | |
parent | 81881861ae10ef6f20388bf00c4b6cf1115ac6fc (diff) |
scsi: qla2xxx: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl
but they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r-- | drivers/scsi/qla2xxx/qla_nx2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b/drivers/scsi/qla2xxx/qla_nx2.c index 0aa9c38bf347..525ac35a757b 100644 --- a/drivers/scsi/qla2xxx/qla_nx2.c +++ b/drivers/scsi/qla2xxx/qla_nx2.c @@ -11,8 +11,6 @@ #include "qla_def.h" #include "qla_gbl.h" -#include <linux/delay.h> - #define TIMEOUT_100_MS 100 static const uint32_t qla8044_reg_tbl[] = { |