Re: [PATCH -next] net: enetc: Make some symbols static

From: David Miller
Date: Wed May 06 2020 - 17:20:14 EST


From: ChenTao <chentao107@xxxxxxxxxx>
Date: Wed, 6 May 2020 19:22:17 +0800

> Fix the following warning:
>
> drivers/net/ethernet/freescale/enetc/enetc_qos.c:427:20: warning:
> symbol 'enetc_act_fwd' was not declared. Should it be static?
> drivers/net/ethernet/freescale/enetc/enetc_qos.c:966:20: warning:
> symbol 'enetc_check_flow_actions' was not declared. Should it be static?
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: ChenTao <chentao107@xxxxxxxxxx>

Applied.