diff options
Diffstat (limited to 'drivers/net/ixgbevf/mbx.c')
-rw-r--r-- | drivers/net/ixgbevf/mbx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ixgbevf/mbx.c b/drivers/net/ixgbevf/mbx.c index b8143501e6fc..7a8833125770 100644 --- a/drivers/net/ixgbevf/mbx.c +++ b/drivers/net/ixgbevf/mbx.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************************* | 1 | /******************************************************************************* |
2 | 2 | ||
3 | Intel 82599 Virtual Function driver | 3 | Intel 82599 Virtual Function driver |
4 | Copyright(c) 1999 - 2009 Intel Corporation. | 4 | Copyright(c) 1999 - 2010 Intel Corporation. |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify it | 6 | This program is free software; you can redistribute it and/or modify it |
7 | under the terms and conditions of the GNU General Public License, | 7 | under the terms and conditions of the GNU General Public License, |
@@ -308,7 +308,7 @@ out_no_read: | |||
308 | * | 308 | * |
309 | * Initializes the hw->mbx struct to correct values for vf mailbox | 309 | * Initializes the hw->mbx struct to correct values for vf mailbox |
310 | */ | 310 | */ |
311 | s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *hw) | 311 | static s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *hw) |
312 | { | 312 | { |
313 | struct ixgbe_mbx_info *mbx = &hw->mbx; | 313 | struct ixgbe_mbx_info *mbx = &hw->mbx; |
314 | 314 | ||