The patch titled crypto: remove one too many semicolon in crypto.h has been removed from the -mm tree. Its filename was crypto-remove-one-too-many-semicolon-in-cryptoh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: crypto: remove one too many semicolon in crypto.h From: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/crypto.h~crypto-remove-one-too-many-semicolon-in-cryptoh include/linux/crypto.h --- a/include/linux/crypto.h~crypto-remove-one-too-many-semicolon-in-cryptoh +++ a/include/linux/crypto.h @@ -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) { _ Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are git-mips.patch git-mtd.patch git-cryptodev.patch generic-ioremap_page_range-mips-conversion.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html