crypto: pcomp - pcompress.c should include crypto/internal/compress.h
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Sun, 29 Mar 2009 07:45:30 +0000 (15:45 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 2 Jun 2009 04:04:20 +0000 (14:04 +1000)
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>
crypto/pcompress.c

index ca9a4af..bcadc03 100644 (file)
@@ -26,6 +26,7 @@
 #include <linux/string.h>
 
 #include <crypto/compress.h>
+#include <crypto/internal/compress.h>
 
 #include "internal.h"