提交 ab782705 编写于 作者: A Adrian Bunk 提交者: David S. Miller

[CRYPTO] geode: Make needlessly global geode_aes_crypt() static

On Tue, Nov 14, 2006 at 01:41:25AM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.19-rc5-mm2:
>...
>  git-cryptodev.patch
>...
>  git trees
>...

This patch makes the needlessly global geode_aes_crypt() static.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 5b37538a
......@@ -97,7 +97,7 @@ do_crypt(void *src, void *dst, int len, u32 flags)
return counter ? 0 : 1;
}
unsigned int
static unsigned int
geode_aes_crypt(struct geode_aes_op *op)
{
......
......@@ -37,6 +37,4 @@ struct geode_aes_op {
u8 iv[AES_IV_LENGTH];
};
unsigned int geode_aes_crypt(struct geode_aes_op *);
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册