mirror of https://gitee.com/openkylin/linux.git
scsi: zfcp: drop unnecessary forward prototype for struct zfcp_fsf_req
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>
This commit is contained in:
parent
21cb0bcc73
commit
2c53d8a0cc
|
@ -89,8 +89,6 @@
|
||||||
|
|
||||||
/************************* STRUCTURE DEFINITIONS *****************************/
|
/************************* STRUCTURE DEFINITIONS *****************************/
|
||||||
|
|
||||||
struct zfcp_fsf_req;
|
|
||||||
|
|
||||||
struct zfcp_erp_action {
|
struct zfcp_erp_action {
|
||||||
struct list_head list;
|
struct list_head list;
|
||||||
int action; /* requested action code */
|
int action; /* requested action code */
|
||||||
|
|
Loading…
Reference in New Issue