diff options
-rw-r--r-- | drivers/scsi/fcoe/fcoe_ctlr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/fcoe/fcoe_ctlr.c b/drivers/scsi/fcoe/fcoe_ctlr.c index 35b1fb73bd6b..9e83a790aa6b 100644 --- a/drivers/scsi/fcoe/fcoe_ctlr.c +++ b/drivers/scsi/fcoe/fcoe_ctlr.c | |||
@@ -2828,8 +2828,8 @@ unlock: | |||
2828 | * disabled, so that should ensure that this routine is only called | 2828 | * disabled, so that should ensure that this routine is only called |
2829 | * when nothing is happening. | 2829 | * when nothing is happening. |
2830 | */ | 2830 | */ |
2831 | void fcoe_ctlr_mode_set(struct fc_lport *lport, struct fcoe_ctlr *fip, | 2831 | static void fcoe_ctlr_mode_set(struct fc_lport *lport, struct fcoe_ctlr *fip, |
2832 | enum fip_state fip_mode) | 2832 | enum fip_state fip_mode) |
2833 | { | 2833 | { |
2834 | void *priv; | 2834 | void *priv; |
2835 | 2835 | ||