[CRYPTO] api: Remove one too many semicolon
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Fri, 17 Nov 2006 00:51:41 +0000 (11:51 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 19 Nov 2006 21:27:08 +0000 (08:27 +1100)
This patch has removed one too many semicolon in crypto.h.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/linux/crypto.h

index 8f2ffa4caabfa1c0a425e54fa0c0185eb0fddf3d..6485e9716b36abbc9e0998a95eb35d3b313d41ae 100644 (file)
@@ -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)
 {