Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);