Commit 8d0a1dec authored by Mike Frysinger's avatar Mike Frysinger Committed by Linus Torvalds
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 264b795f
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
#ifndef __LINUX_ROMFS_FS_H
#ifndef __LINUX_ROMFS_FS_H
#define __LINUX_ROMFS_FS_H
#define __LINUX_ROMFS_FS_H


#include <linux/types.h>
#include <linux/fs.h>

/* The basic structures of the romfs filesystem */
/* The basic structures of the romfs filesystem */


#define ROMBSIZE BLOCK_SIZE
#define ROMBSIZE BLOCK_SIZE