Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214923
b: refs/heads/master
c: 9ed5165
h: refs/heads/master
i:
  214921: d6d7e60
  214919: 0bf9507
v: v3
  • Loading branch information
Emil Tantilov authored and David S. Miller committed Oct 6, 2010
1 parent 2b45ccc commit f76466d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f66116e89521ef71ab0d63dc07a639def88a577
refs/heads/master: 9ed51657f6ea2a08582d6a9be5404b044972b7e0
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbevf/mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/ixgbevf/mbx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbevf/vf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f76466d

Please sign in to comment.