]> Git Repo - linux.git/commitdiff
stmmac: fix missing module license in the main.
authorGiuseppe Cavallaro <[email protected]>
Fri, 23 Dec 2011 19:21:20 +0000 (14:21 -0500)
committerDavid S. Miller <[email protected]>
Fri, 23 Dec 2011 19:21:20 +0000 (14:21 -0500)
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 <[email protected]>
Signed-off-by: Giuseppe Cavallaro <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c

index b314592b5eea6d4fb1b78df3733ef5af3582ecce..3738b47005489ef35afe054e868a7868a5d1c9b5 100644 (file)
@@ -2039,3 +2039,7 @@ err:
 
 __setup("stmmaceth=", stmmac_cmdline_opt);
 #endif
+
+MODULE_DESCRIPTION("STMMAC 10/100/1000 Ethernet device driver");
+MODULE_AUTHOR("Giuseppe Cavallaro <[email protected]>");
+MODULE_LICENSE("GPL");
This page took 0.047896 seconds and 4 git commands to generate.