linux_dsm_epyc7002/drivers/net/ethernet/qlogic/qede
Baoyou Xie 9438451e73 qede: mark qede_set_features() static
We get 1 warning when building kernel with W=1:
drivers/net/ethernet/qlogic/qede/qede_main.c:2113:5: warning: no previous prototype for 'qede_set_features' [-Wmissing-prototypes]

In fact, this function is only used in the file in which it is
declared and don't need a declaration, but can be made static.
so this patch marks this function with 'static'.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Acked-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-09 18:16:46 -07:00
..
Makefile qede: Add dcbnl support. 2016-06-08 11:11:00 -07:00
qede_dcbnl.c qede: Add dcbnl support. 2016-06-08 11:11:00 -07:00
qede_ethtool.c qed*: Add support for the ethtool get_regs operation 2016-09-07 17:46:59 -07:00
qede_main.c qede: mark qede_set_features() static 2016-09-09 18:16:46 -07:00
qede.h qede: Add support for Tx/Rx-only queues. 2016-08-23 17:11:54 -07:00