diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-11-17 05:43:55 +0300 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-07 05:38:53 +0300 |
commit | ab7827059adbbcc3624afbc58880287eabf6d277 (patch) | |
tree | 2108509ea550b497ecb9669e64f06c03c8fe8ec3 /drivers/crypto/geode-aes.h | |
parent | 5b37538a514cf4c8746be9d09e8a9f564e7df939 (diff) | |
download | linux-ab7827059adbbcc3624afbc58880287eabf6d277.tar.xz |
[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: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/geode-aes.h')
-rw-r--r-- | drivers/crypto/geode-aes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/geode-aes.h b/drivers/crypto/geode-aes.h index 3e3a571d4a20..8003a36f3a83 100644 --- a/drivers/crypto/geode-aes.h +++ b/drivers/crypto/geode-aes.h @@ -37,6 +37,4 @@ struct geode_aes_op { u8 iv[AES_IV_LENGTH]; }; -unsigned int geode_aes_crypt(struct geode_aes_op *); - #endif |