Re: [PATCH] net: ethernet: ti: netcp_ethss: fix build

From: David Miller
Date: Mon May 13 2019 - 12:57:58 EST


From: Grygorii Strashko <grygorii.strashko@xxxxxx>
Date: Mon, 13 May 2019 16:16:36 +0300

> Fix reported build fail:
> ERROR: "cpsw_ale_flush_multicast" [drivers/net/ethernet/ti/keystone_netcp_ethss.ko] undefined!
> ERROR: "cpsw_ale_create" [drivers/net/ethernet/ti/keystone_netcp_ethss.ko] undefined!
> ERROR: "cpsw_ale_add_vlan" [drivers/net/ethernet/ti/keystone_netcp_ethss.ko] undefined!
>
> Fixes: 16f54164828b ("net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config option")
> Reported-by: kbuild test robot <lkp@xxxxxxxxx>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxx>

Applied, thank you.