crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/
Move AES header to the new asm/crypto directory. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									d4af0e9d6e
								
							
						
					
					
						commit
						70ef2601fe
					
				| @ -5,7 +5,7 @@ | ||||
| 
 | ||||
| #include <linux/module.h> | ||||
| #include <crypto/aes.h> | ||||
| #include <asm/aes.h> | ||||
| #include <asm/crypto/aes.h> | ||||
| 
 | ||||
| asmlinkage void aes_enc_blk(struct crypto_aes_ctx *ctx, u8 *out, const u8 *in); | ||||
| asmlinkage void aes_dec_blk(struct crypto_aes_ctx *ctx, u8 *out, const u8 *in); | ||||
|  | ||||
| @ -30,7 +30,7 @@ | ||||
| #include <crypto/ctr.h> | ||||
| #include <asm/cpu_device_id.h> | ||||
| #include <asm/i387.h> | ||||
| #include <asm/aes.h> | ||||
| #include <asm/crypto/aes.h> | ||||
| #include <asm/crypto/ablk_helper.h> | ||||
| #include <crypto/scatterwalk.h> | ||||
| #include <crypto/internal/aead.h> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user