diff options
| -rw-r--r-- | drivers/scsi/libfc/fc_exch.c | 1 | ||||
| -rw-r--r-- | include/scsi/libfc.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c index 8ce418296537..170cdf4bac97 100644 --- a/drivers/scsi/libfc/fc_exch.c +++ b/drivers/scsi/libfc/fc_exch.c | |||
| @@ -75,7 +75,6 @@ struct fc_exch_mgr { | |||
| 75 | struct kref kref; /* exchange mgr reference count */ | 75 | struct kref kref; /* exchange mgr reference count */ |
| 76 | u16 min_xid; /* min exchange ID */ | 76 | u16 min_xid; /* min exchange ID */ |
| 77 | u16 max_xid; /* max exchange ID */ | 77 | u16 max_xid; /* max exchange ID */ |
| 78 | struct list_head ex_list; /* allocated exchanges list */ | ||
| 79 | mempool_t *ep_pool; /* reserve ep's */ | 78 | mempool_t *ep_pool; /* reserve ep's */ |
| 80 | u16 pool_max_index; /* max exch array index in exch pool */ | 79 | u16 pool_max_index; /* max exch array index in exch pool */ |
| 81 | struct fc_exch_pool *pool; /* per cpu exch pool */ | 80 | struct fc_exch_pool *pool; /* per cpu exch pool */ |
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 65dc9aacbf70..4ff148580562 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
| @@ -742,7 +742,6 @@ struct fc_lport { | |||
| 742 | 742 | ||
| 743 | /* Miscellaneous */ | 743 | /* Miscellaneous */ |
| 744 | struct delayed_work retry_work; | 744 | struct delayed_work retry_work; |
| 745 | struct delayed_work disc_work; | ||
| 746 | }; | 745 | }; |
| 747 | 746 | ||
| 748 | /* | 747 | /* |
