Skip to content
Snippets Groups Projects
Commit e711700a authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b01d8684
Branches
Tags
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/zlib.h> #include <linux/zlib.h>
#include <linux/cramfs_fs.h>
static z_stream stream; static z_stream stream;
static int initialized; static int initialized;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment