2006-11-07 13:48:04

by Yoichi Yuasa

[permalink] [raw]
Subject: [PATCH] crypto: remove one too many semicolon in crypto.h

Hi,

This patch has removed one too many semicolon in crypto.h .

Yoichi

Signed-off-by: Yoichi Yuasa <[email protected]>

diff -pruN -X generic/Documentation/dontdiff generic-orig/include/linux/crypto.h generic/include/linux/crypto.h
--- generic-orig/include/linux/crypto.h 2006-11-07 18:34:00.024144750 +0900
+++ generic/include/linux/crypto.h 2006-11-07 18:30:58.852822250 +0900
@@ -245,7 +245,7 @@ int crypto_alg_available(const char *nam
__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)
{