diff options
Diffstat (limited to 'drivers/scsi/cxgb3i/cxgb3i_offload.h')
-rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_offload.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_offload.h b/drivers/scsi/cxgb3i/cxgb3i_offload.h index ebfca960c0a9..6a1d86b1fafe 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_offload.h +++ b/drivers/scsi/cxgb3i/cxgb3i_offload.h | |||
@@ -169,7 +169,8 @@ void cxgb3i_sdev_add(struct t3cdev *, struct cxgb3_client *); | |||
169 | void cxgb3i_sdev_remove(struct t3cdev *); | 169 | void cxgb3i_sdev_remove(struct t3cdev *); |
170 | 170 | ||
171 | struct s3_conn *cxgb3i_c3cn_create(void); | 171 | struct s3_conn *cxgb3i_c3cn_create(void); |
172 | int cxgb3i_c3cn_connect(struct s3_conn *, struct sockaddr_in *); | 172 | int cxgb3i_c3cn_connect(struct net_device *, struct s3_conn *, |
173 | struct sockaddr_in *); | ||
173 | void cxgb3i_c3cn_rx_credits(struct s3_conn *, int); | 174 | void cxgb3i_c3cn_rx_credits(struct s3_conn *, int); |
174 | int cxgb3i_c3cn_send_pdus(struct s3_conn *, struct sk_buff *); | 175 | int cxgb3i_c3cn_send_pdus(struct s3_conn *, struct sk_buff *); |
175 | void cxgb3i_c3cn_release(struct s3_conn *); | 176 | void cxgb3i_c3cn_release(struct s3_conn *); |