From 5596b05b8c43f30c9595ed65dde0c9889d1dda47 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Thu, 22 Sep 2011 21:33:01 +1000 Subject: [PATCH] --- yaml --- r: 272282 b: refs/heads/master c: 4a4cc2b6bf475c183443278808b758c702c01404 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/crypto/aes_glue.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a23ff70e5193..d0f4139ff8e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 64b94ceae8c16cd1b2800cac83112d3815be5250 +refs/heads/master: 4a4cc2b6bf475c183443278808b758c702c01404 diff --git a/trunk/arch/x86/crypto/aes_glue.c b/trunk/arch/x86/crypto/aes_glue.c index 49ae9fe32b22..b0b6950cc8c8 100644 --- a/trunk/arch/x86/crypto/aes_glue.c +++ b/trunk/arch/x86/crypto/aes_glue.c @@ -4,6 +4,7 @@ */ #include +#include 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);