diff options
author | Steffen Maier <maier@linux.ibm.com> | 2018-11-08 09:44:39 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-11-15 15:01:17 -0500 |
commit | c24635acce1e875838d4bc5aae1da27e4e5ced23 (patch) | |
tree | ac078ca0300950dd63c00391b177014ac5f5a898 /drivers/s390 | |
parent | 58f3ead54752a083be6faaec270b5c4c39105c7e (diff) |
scsi: zfcp: drop unnecessary forward prototype for struct zfcp_reqlist
While struct zfcp_adapter contains a pointer to zfcp_reqlist, the pointer
field does not need to know the structure or even a prototype.
The prototype was introduced with v2.6.34 commit b6bd2fb92a7b ("[SCSI]
zfcp: Move FSF request tracking code to new file").
Signed-off-by: Steffen Maier <maier@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 3396a47721a7..1b6d64eb66b7 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Global definitions for the zfcp device driver. | 5 | * Global definitions for the zfcp device driver. |
6 | * | 6 | * |
7 | * Copyright IBM Corp. 2002, 2010 | 7 | * Copyright IBM Corp. 2002, 2017 |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #ifndef ZFCP_DEF_H | 10 | #ifndef ZFCP_DEF_H |
@@ -41,8 +41,6 @@ | |||
41 | #include "zfcp_fc.h" | 41 | #include "zfcp_fc.h" |
42 | #include "zfcp_qdio.h" | 42 | #include "zfcp_qdio.h" |
43 | 43 | ||
44 | struct zfcp_reqlist; | ||
45 | |||
46 | /********************* SCSI SPECIFIC DEFINES *********************************/ | 44 | /********************* SCSI SPECIFIC DEFINES *********************************/ |
47 | #define ZFCP_SCSI_ER_TIMEOUT (10*HZ) | 45 | #define ZFCP_SCSI_ER_TIMEOUT (10*HZ) |
48 | 46 | ||