Skip to content

Commit

Permalink
crypto: pcomp - pcompress.c should include crypto/internal/compress.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Geert Uytterhoeven authored and herbertx committed Jun 2, 2009
1 parent c79cf91 commit 2f6ceb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/pcompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/string.h>

#include <crypto/compress.h>
#include <crypto/internal/compress.h>

#include "internal.h"

Expand Down

0 comments on commit 2f6ceb7

Please sign in to comment.