[PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h>
authorAdrian Bunk <bunk@stusta.de>
Sat, 10 Sep 2005 07:27:20 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:35 +0000 (10:06 -0700)
commite711700a0e6a6824fcfd5519d6b6982850a648ee
tree23b0fd5b0498c8cb5776f7c4ad8c143c23df40f3
parentb01d8684e9e5b04270970c97df856d47668267e3
[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>
fs/cramfs/uncompress.c