Re: [PATCH net-next 03/19] net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config option

From: Andrew Lunn
Date: Tue Apr 23 2019 - 14:37:11 EST


On Tue, Apr 23, 2019 at 04:08:54PM +0300, Grygorii Strashko wrote:
> index 1142fcfce566..3ef5257c9bc7 100644
> --- a/drivers/net/ethernet/ti/cpsw_ale.c
> +++ b/drivers/net/ethernet/ti/cpsw_ale.c
>
> MODULE_LICENSE("GPL v2");
> MODULE_DESCRIPTION("TI CPSW ALE driver");

Hi Grygorii

If this is no longer a module, the MODULE_* macros don't make much
sense.

Andrew