summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf/ixgbevf.h
diff options
context:
space:
mode:
authorGreg Rose <gregory.v.rose@intel.com>2011-06-08 09:32:38 +0200
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-21 10:15:34 +0200
commitf416dfc0e07120d2610e836609b7235897796c90 (patch)
tree874ba30e7815c93f77a348322744f6d349a22f6d /drivers/net/ixgbevf/ixgbevf.h
parentigb: convert to ndo_fix_features (diff)
downloadlinux-f416dfc0e07120d2610e836609b7235897796c90.tar.xz
linux-f416dfc0e07120d2610e836609b7235897796c90.zip
ixgbevf: Fix bungled declaration of ixgbevf_mbx_ops
In two places storage for mbx_ops is misidentified as type ixgbe_mac_operations. Reported-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbevf/ixgbevf.h')
-rw-r--r--drivers/net/ixgbevf/ixgbevf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf.h b/drivers/net/ixgbevf/ixgbevf.h
index b703f60be3b7..a2bbbb358161 100644
--- a/drivers/net/ixgbevf/ixgbevf.h
+++ b/drivers/net/ixgbevf/ixgbevf.h
@@ -279,7 +279,7 @@ enum ixgbevf_boards {
extern struct ixgbevf_info ixgbevf_82599_vf_info;
extern struct ixgbevf_info ixgbevf_X540_vf_info;
-extern struct ixgbe_mac_operations ixgbevf_mbx_ops;
+extern struct ixgbe_mbx_operations ixgbevf_mbx_ops;
/* needed by ethtool.c */
extern char ixgbevf_driver_name[];