mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 05:04:09 +08:00
jffs_fm.c should #include "intrep.h"
Every file should #include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
6e1e8e11c7
commit
34c90b29fe
@ -20,6 +20,7 @@
|
||||
#include <linux/blkdev.h>
|
||||
#include <linux/jffs.h>
|
||||
#include "jffs_fm.h"
|
||||
#include "intrep.h"
|
||||
|
||||
#if defined(JFFS_MARK_OBSOLETE) && JFFS_MARK_OBSOLETE
|
||||
static int jffs_mark_obsolete(struct jffs_fmcontrol *fmc, __u32 fm_offset);
|
||||
|
Loading…
Reference in New Issue
Block a user