Re: [PATCH] net: hns3: remove unused hclgevf_cfg_func_mta_filter

From: David Miller
Date: Tue Jun 05 2018 - 11:10:51 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Tue, 5 Jun 2018 13:38:21 +0200

> The last patch apparently added a complete replacement for this
> function, but left the old one in place, which now causes a
> harmless warning:
>
> drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c:731:12: 'hclgevf_cfg_func_mta_filter' defined but not used
>
> I assume it can be removed.
>
> Fixes: 3a678b5806e6 ("net: hns3: Optimize the VF's process of updating multicast MAC")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied, thanks Arnd.