diff options
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 { | |||
37 | u8 iv[AES_IV_LENGTH]; | 37 | u8 iv[AES_IV_LENGTH]; |
38 | }; | 38 | }; |
39 | 39 | ||
40 | unsigned int geode_aes_crypt(struct geode_aes_op *); | ||
41 | |||
42 | #endif | 40 | #endif |