mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	crypto: user - add MODULE_ALIAS
To allow automatic loading of the crypto_user kernel module, the netlink MODULE_ALIAS is added. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									5d1b3c98ec
								
							
						
					
					
						commit
						476c7fe20f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -534,3 +534,4 @@ module_exit(crypto_user_exit); | |||
| MODULE_LICENSE("GPL"); | ||||
| MODULE_AUTHOR("Steffen Klassert <steffen.klassert@secunet.com>"); | ||||
| MODULE_DESCRIPTION("Crypto userspace configuration API"); | ||||
| MODULE_ALIAS("net-pf-16-proto-21"); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Stephan Mueller
						Stephan Mueller