From f76466dc3ede1060dc29bb939bb3de9a857e6198 Mon Sep 17 00:00:00 2001 From: Emil Tantilov Date: Tue, 5 Oct 2010 13:11:30 +0000 Subject: [PATCH] --- yaml --- r: 214923 b: refs/heads/master c: 9ed51657f6ea2a08582d6a9be5404b044972b7e0 h: refs/heads/master i: 214921: d6d7e606adec4597f878272052f11b5ab8329fbf 214919: 0bf95078da6eb460b3a6cff1c90ac5c109614c8b v: v3 --- [refs] | 2 +- trunk/drivers/net/ixgbevf/mbx.c | 2 +- trunk/drivers/net/ixgbevf/mbx.h | 2 -- trunk/drivers/net/ixgbevf/vf.c | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 3ecdc1b9f646..dc9773adff04 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f66116e89521ef71ab0d63dc07a639def88a577 +refs/heads/master: 9ed51657f6ea2a08582d6a9be5404b044972b7e0 diff --git a/trunk/drivers/net/ixgbevf/mbx.c b/trunk/drivers/net/ixgbevf/mbx.c index b8143501e6fc..84ac486f4a65 100644 --- a/trunk/drivers/net/ixgbevf/mbx.c +++ b/trunk/drivers/net/ixgbevf/mbx.c @@ -308,7 +308,7 @@ static s32 ixgbevf_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) * * Initializes the hw->mbx struct to correct values for vf mailbox */ -s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *hw) +static s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *hw) { struct ixgbe_mbx_info *mbx = &hw->mbx; diff --git a/trunk/drivers/net/ixgbevf/mbx.h b/trunk/drivers/net/ixgbevf/mbx.h index 1b0e0bf4c0f5..8c063bebee7f 100644 --- a/trunk/drivers/net/ixgbevf/mbx.h +++ b/trunk/drivers/net/ixgbevf/mbx.h @@ -95,6 +95,4 @@ /* forward declaration of the HW struct */ struct ixgbe_hw; -s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *); - #endif /* _IXGBE_MBX_H_ */ diff --git a/trunk/drivers/net/ixgbevf/vf.c b/trunk/drivers/net/ixgbevf/vf.c index f6f929958ba0..bfe42c1fcfaf 100644 --- a/trunk/drivers/net/ixgbevf/vf.c +++ b/trunk/drivers/net/ixgbevf/vf.c @@ -368,7 +368,7 @@ static s32 ixgbevf_check_mac_link_vf(struct ixgbe_hw *hw, return 0; } -struct ixgbe_mac_operations ixgbevf_mac_ops = { +static struct ixgbe_mac_operations ixgbevf_mac_ops = { .init_hw = ixgbevf_init_hw_vf, .reset_hw = ixgbevf_reset_hw_vf, .start_hw = ixgbevf_start_hw_vf,