linux_dsm_epyc7002/drivers/net/ethernet/chelsio/cxgb4vf
Colin Ian King ebf6b13142 cxgb4vf: make a couple of functions static
The functions t4vf_link_down_rc_str and t4vf_handle_get_port_info are
local to the source and do not need to be in global scope, so make
them static.

Cleans up sparse warnings:
symbol 't4vf_link_down_rc_str' was not declared. Should it be static?
symbol 't4vf_handle_get_port_info' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-04 10:31:55 -07:00
..
adapter.h net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag 2017-08-14 22:14:51 -07:00
cxgb4vf_main.c cxgb4/cxgbvf: Handle 32-bit fw port capabilities 2017-08-20 19:51:18 -07:00
Makefile
sge.c net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag 2017-08-14 22:14:51 -07:00
t4vf_common.h cxgb4/cxgbvf: Handle 32-bit fw port capabilities 2017-08-20 19:51:18 -07:00
t4vf_defs.h cxgb4vf: Update to 128 byte mailbox size for T6 adapter 2015-12-23 22:34:45 -05:00
t4vf_hw.c cxgb4vf: make a couple of functions static 2017-10-04 10:31:55 -07:00