From: Yoichi Yuasa Date: Fri, 17 Nov 2006 00:51:41 +0000 (+1100) Subject: [CRYPTO] api: Remove one too many semicolon X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=610a5b742e9df4e59047f22d13d8bd83cafce388;p=linux-beck.git [CRYPTO] api: Remove one too many semicolon This patch has removed one too many semicolon in crypto.h. Signed-off-by: Yoichi Yuasa Signed-off-by: Herbert Xu --- diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 8f2ffa4caabf..6485e9716b36 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -245,7 +245,7 @@ int crypto_alg_available(const char *name, u32 flags) __deprecated_for_modules; int crypto_has_alg(const char *name, u32 type, u32 mask); #else -static int crypto_alg_available(const char *name, u32 flags); +static int crypto_alg_available(const char *name, u32 flags) __deprecated_for_modules; static inline int crypto_alg_available(const char *name, u32 flags) {