Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h>

Every file should #include the header with the prototypes of the global
functions it is offering.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
e711700a b01d8684

+1
+1
fs/cramfs/uncompress.c
··· 19 19 #include <linux/errno.h> 20 20 #include <linux/vmalloc.h> 21 21 #include <linux/zlib.h> 22 + #include <linux/cramfs_fs.h> 22 23 23 24 static z_stream stream; 24 25 static int initialized;