[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4EF46304.8070806@st.com>
Date: Fri, 23 Dec 2011 12:16:20 +0100
From: Giuseppe CAVALLARO <peppe.cavallaro@...com>
To: linux-next@...r.kernel.org
Cc: netdev@...r.kernel.org, Randy Dunlap <rdunlap@...otime.net>,
LKML <linux-kernel@...r.kernel.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [net-next] stmmac: fix missing module license in the main.
Sorry I had forgotten to add you on copy.
Peppe
p.s. patch attached here too.
On 12/23/2011 11:31 AM, Giuseppe CAVALLARO wrote:
> This patch fixes the following warning raised
> when compile:
>
> WARNING: modpost: missing MODULE_LICENSE()
> in drivers/net/ethernet/stmicro/stmmac/stmmac.o
>
> Reported-by: Randy Dunlap <rdunlap@...otime.net>
> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@...com>
> ---
> drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
> index b314592..3738b47 100644
> --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
> +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
> @@ -2039,3 +2039,7 @@ err:
>
> __setup("stmmaceth=", stmmac_cmdline_opt);
> #endif
> +
> +MODULE_DESCRIPTION("STMMAC 10/100/1000 Ethernet device driver");
> +MODULE_AUTHOR("Giuseppe Cavallaro <peppe.cavallaro@...com>");
> +MODULE_LICENSE("GPL");
View attachment "0001-stmmac-fix-missing-module-license-in-the-main.patch" of type "text/x-patch" (1115 bytes)
Powered by blists - more mailing lists