* [2.6 patch] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h>
@ 2005-08-24 11:17 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-08-24 11:17 UTC (permalink / raw)
To: linux-kernel
Every file should #include the header with the prototypes of the global
functions it is offering.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-24 11:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-24 11:17 [2.6 patch] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h> Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox