mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 16:48:26 +02:00 
			
		
		
		
	crypto: api - Add softdep on cryptomgr
The crypto API requires cryptomgr to be present for probing to work so we need a softdep to ensure that cryptomgr is added to the initramfs. This was usually not a problem because until very recently it was not practical to build crypto API as module but with the recent work to eliminate direct AES users this is now possible. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									3bbcdb152b
								
							
						
					
					
						commit
						8ab23d547f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -608,3 +608,4 @@ EXPORT_SYMBOL_GPL(crypto_req_done); | |||
| 
 | ||||
| MODULE_DESCRIPTION("Cryptographic core API"); | ||||
| MODULE_LICENSE("GPL"); | ||||
| MODULE_SOFTDEP("pre: cryptomgr"); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Herbert Xu
						Herbert Xu