diff options
author | Bart Van Assche <bvanassche@acm.org> | 2013-08-14 11:41:22 -0400 |
---|---|---|
committer | Robert Love <robert.w.love@intel.com> | 2013-09-04 16:59:47 -0400 |
commit | 41463a8851cd334341d143fbed558fa0c2e6865b (patch) | |
tree | 9270a083976ab34e528f127e05a545a3d46ac7ea /drivers/scsi | |
parent | 9de99010cbebca4d4343117eff1af9a64d5d4896 (diff) |
fcoe: Declare fcoe_ctlr_mode_set() static
The function fcoe_ctlr_mode_set() is local, hence declare it static.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Diffstat (limited to 'drivers/scsi')
-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 | ||