Commit c24635ac authored by Steffen Maier's avatar Steffen Maier Committed by Martin K. Petersen

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 b6bd2fb9 ("[SCSI]
zfcp: Move FSF request tracking code to new file").
Signed-off-by: default avatarSteffen Maier <maier@linux.ibm.com>
Reviewed-by: default avatarBenjamin Block <bblock@linux.ibm.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 58f3ead5
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Global definitions for the zfcp device driver. * Global definitions for the zfcp device driver.
* *
* Copyright IBM Corp. 2002, 2010 * Copyright IBM Corp. 2002, 2017
*/ */
#ifndef ZFCP_DEF_H #ifndef ZFCP_DEF_H
...@@ -41,8 +41,6 @@ ...@@ -41,8 +41,6 @@
#include "zfcp_fc.h" #include "zfcp_fc.h"
#include "zfcp_qdio.h" #include "zfcp_qdio.h"
struct zfcp_reqlist;
/********************* SCSI SPECIFIC DEFINES *********************************/ /********************* SCSI SPECIFIC DEFINES *********************************/
#define ZFCP_SCSI_ER_TIMEOUT (10*HZ) #define ZFCP_SCSI_ER_TIMEOUT (10*HZ)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment