projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b01d868
)
[PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h>
author
Adrian Bunk
<bunk@stusta.de>
Sat, 10 Sep 2005 07:27:20 +0000
(
00:27
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:35 +0000
(10:06 -0700)
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>
fs/cramfs/uncompress.c
patch
|
blob
|
history
diff --git
a/fs/cramfs/uncompress.c
b/fs/cramfs/uncompress.c
index 5034365b06a862ac84470d560fc1684253d598ea..8def89f2c4383b052490eeba366241adc07ccaa8 100644
(file)
--- a/
fs/cramfs/uncompress.c
+++ b/
fs/cramfs/uncompress.c
@@
-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;