Commit 34c90b29 authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk

jffs_fm.c should #include "intrep.h"

Every file should #include the headers containing the prototypes for
it's global functions.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 6e1e8e11
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment