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

From: Adrian Bunk
Date: Wed Aug 24 2005 - 06:18:08 EST


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


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.13-rc6-mm1-full/fs/cramfs/uncompress.c.old 2005-08-23 01:56:47.000000000 +0200
+++ linux-2.6.13-rc6-mm1-full/fs/cramfs/uncompress.c 2005-08-23 01:57:09.000000000 +0200
@@ -19,6 +19,7 @@
#include <linux/errno.h>
#include <linux/vmalloc.h>
#include <linux/zlib.h>
+#include <linux/cramfs_fs.h>

static z_stream stream;
static int initialized;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/