liquidio: lio_fetch_vf_stats() can be static

Fixes: 488752220b ("liquidio: Add spoof checking on a VF MAC address")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
kbuild test robot 2018-09-07 09:41:08 +08:00 committed by David S. Miller
parent 6577b0f716
commit be7e1b334b
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ octnet_nic_stats_callback(struct octeon_device *oct_dev,
}
}
int lio_fetch_vf_stats(struct lio *lio)
static int lio_fetch_vf_stats(struct lio *lio)
{
struct octeon_device *oct_dev = lio->oct_dev;
struct octeon_soft_command *sc;