mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	stmmac: fix missing module license in the main.
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@xenotime.net> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									2c64580046
								
							
						
					
					
						commit
						6fc0d0f2e3
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -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@st.com>"); | ||||
| MODULE_LICENSE("GPL"); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Giuseppe Cavallaro
						Giuseppe Cavallaro