diff options
author | Mao Wenan <maowenan@huawei.com> | 2019-11-22 05:52:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-22 06:30:11 +0300 |
commit | 13baf667fa8e23aed12516776de6e50f7617820a (patch) | |
tree | 116fafc9187b27de1b4d71b185f33c1768fdc81a /net | |
parent | 7d75c0cb22b71837b376b68fa240c01d4a955fa4 (diff) | |
download | linux-13baf667fa8e23aed12516776de6e50f7617820a.tar.xz |
enetc: make enetc_setup_tc_mqprio static
While using ARCH=mips CROSS_COMPILE=mips-linux-gnu- command to compile,
make C=2 drivers/net/ethernet/freescale/enetc/enetc.o
one warning can be found:
drivers/net/ethernet/freescale/enetc/enetc.c:1439:5:
warning: symbol 'enetc_setup_tc_mqprio' was not declared.
Should it be static?
This patch make symbol enetc_setup_tc_mqprio static.
Fixes: 34c6adf1977b ("enetc: Configure the Time-Aware Scheduler via tc-taprio offload")
Signed-off-by: Mao Wenan <maowenan@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions