romfs: have romfs_fs.h pull in necessary headers
authorMike Frysinger <vapier@gentoo.org>
Thu, 13 Jan 2011 01:01:12 +0000 (17:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:23 +0000 (08:03 -0800)
commit8d0a1decb4a07bcb8ef5c4d7f693eafdebc2c41b
treead3daa7fe81fca7269fbfda9adb2ac37114aa4b9
parent264b795fbd055f57b445eb3d58cfc51d6b10b22e
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 <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/romfs_fs.h