aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf/mbx.c
diff options
context:
space:
mode:
authorEmil Tantilov <emil.s.tantilov@intel.com>2010-10-05 13:11:30 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-05 20:10:31 -0700
commit9ed51657f6ea2a08582d6a9be5404b044972b7e0 (patch)
tree9e3a09d87b8cabf7ee30cc87690cf6da648fdf6a /drivers/net/ixgbevf/mbx.c
parentAF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets (diff)
downloadlinux-dev-9ed51657f6ea2a08582d6a9be5404b044972b7e0.tar.xz
linux-dev-9ed51657f6ea2a08582d6a9be5404b044972b7e0.zip
ixgbevf: declare functions as static
Following patch fixes warnings reported by `make namespacecheck` Reported by Stephen Hemminger CC: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Acked-by: Greg Rose <greg.v.rose@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ixgbevf/mbx.c')
-rw-r--r--drivers/net/ixgbevf/mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/mbx.c b/drivers/net/ixgbevf/mbx.c
index b8143501e6fc..84ac486f4a65 100644
--- a/drivers/net/ixgbevf/mbx.c
+++ b/drivers/net/ixgbevf/mbx.c
@@ -308,7 +308,7 @@ out_no_read:
*
* 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;