Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41463a88 authored by Bart Van Assche's avatar Bart Van Assche Committed by Robert Love
Browse files

fcoe: Declare fcoe_ctlr_mode_set() static



The function fcoe_ctlr_mode_set() is local, hence declare it static.

Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
Cc: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: default avatarRobert Love <robert.w.love@intel.com>
parent 9de99010
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2828,7 +2828,7 @@ static void fcoe_ctlr_vn_timeout(struct fcoe_ctlr *fip)
 * disabled, so that should ensure that this routine is only called
 * when nothing is happening.
 */
void fcoe_ctlr_mode_set(struct fc_lport *lport, struct fcoe_ctlr *fip,
static void fcoe_ctlr_mode_set(struct fc_lport *lport, struct fcoe_ctlr *fip,
			       enum fip_state fip_mode)
{
	void *priv;