Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286673
b: refs/heads/master
c: b5417bf
h: refs/heads/master
i:
  286671: 2f14e40
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 19, 2012
1 parent b3ce9a1 commit 303a00e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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: b47aca135d6df5f676c768368baf3c099f054fcd
refs/heads/master: b5417bf8e8952401bca69ded67c30ead484af823
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ enum ixgbevf_boards {

extern struct ixgbevf_info ixgbevf_82599_vf_info;
extern struct ixgbevf_info ixgbevf_X540_vf_info;
extern struct ixgbe_mbx_operations ixgbevf_mbx_ops;
extern const struct ixgbe_mbx_operations ixgbevf_mbx_ops;

/* needed by ethtool.c */
extern char ixgbevf_driver_name[];
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/net/ethernet/intel/ixgbevf/mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*******************************************************************************/

#include "mbx.h"
#include "ixgbevf.h"

/**
* ixgbevf_poll_for_msg - Wait for message notification
Expand Down Expand Up @@ -328,7 +329,7 @@ static s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *hw)
return 0;
}

struct ixgbe_mbx_operations ixgbevf_mbx_ops = {
const struct ixgbe_mbx_operations ixgbevf_mbx_ops = {
.init_params = ixgbevf_init_mbx_params_vf,
.read = ixgbevf_read_mbx_vf,
.write = ixgbevf_write_mbx_vf,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/intel/ixgbevf/vf.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*******************************************************************************/

#include "vf.h"
#include "ixgbevf.h"

/**
* ixgbevf_start_hw_vf - Prepare hardware for Tx/Rx
Expand Down

0 comments on commit 303a00e

Please sign in to comment.