Commit be7e1b33 authored by kbuild test robot's avatar kbuild test robot Committed by David S. Miller

liquidio: lio_fetch_vf_stats() can be static

Fixes: 48875222 ("liquidio: Add spoof checking on a VF MAC address")
Signed-off-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6577b0f7
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment