]> err.no Git - linux-2.6/blobdiff - include/linux/crypto.h
[PATCH] make 1-bit bitfields unsigned
[linux-2.6] / 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)
 {