From: Mike Frysinger Date: Thu, 13 Jan 2011 01:01:12 +0000 (-0800) Subject: romfs: have romfs_fs.h pull in necessary headers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8d0a1decb4a07bcb8ef5c4d7f693eafdebc2c41b;p=linux-beck.git romfs: have romfs_fs.h pull in necessary headers This header uses things like __be32, so pull in linux/types.h. Further, it uses BLOCK_SIZE, so pull in linux/fs.h. Signed-off-by: Mike Frysinger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/romfs_fs.h b/include/linux/romfs_fs.h index c490fbc43fe2..5f57f93b284f 100644 --- a/include/linux/romfs_fs.h +++ b/include/linux/romfs_fs.h @@ -1,6 +1,9 @@ #ifndef __LINUX_ROMFS_FS_H #define __LINUX_ROMFS_FS_H +#include +#include + /* The basic structures of the romfs filesystem */ #define ROMBSIZE BLOCK_SIZE