瀏覽代碼

crypto: pcomp - pcompress.c should include crypto/internal/compress.h

make C=1:
| crypto/pcompress.c:77:5: warning: symbol 'crypto_register_pcomp' was not declared. Should it be static?
| crypto/pcompress.c:89:5: warning: symbol 'crypto_unregister_pcomp' was not declared. Should it be static?

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Geert Uytterhoeven 16 年之前
父節點
當前提交
2f6ceb7933
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crypto/pcompress.c

+ 1 - 0
crypto/pcompress.c

@@ -26,6 +26,7 @@
 #include <linux/string.h>
 #include <linux/string.h>
 
 
 #include <crypto/compress.h>
 #include <crypto/compress.h>
+#include <crypto/internal/compress.h>
 
 
 #include "internal.h"
 #include "internal.h"