Skip to content

Commit

Permalink
[JFFS2] Add declaration of jffs2_lzo_{init,exit} to compr.h
Browse files Browse the repository at this point in the history
fs/jffs2/compr.c: In function ‘jffs2_compressors_init’:
fs/jffs2/compr.c:320: warning: implicit declaration of function ‘jffs2_lzo_init’
fs/jffs2/compr.c: In function ‘jffs2_compressors_exit’:
fs/jffs2/compr.c:346: warning: implicit declaration of function ‘jffs2_lzo_exit’

Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
dwmw2 committed Jul 11, 2007
1 parent 3b23c1f commit 0fc72b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fs/jffs2/compr.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@ void jffs2_rtime_exit(void);
int jffs2_zlib_init(void);
void jffs2_zlib_exit(void);
#endif
#ifdef CONFIG_JFFS2_LZO
int jffs2_lzo_init(void);
void jffs2_lzo_exit(void);
#endif

#endif /* __JFFS2_COMPR_H__ */

0 comments on commit 0fc72b8

Please sign in to comment.