aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-04-18 13:44:12 -0700
committerDavid Woodhouse <dwmw2@infradead.org>2008-04-22 12:35:42 +0100
commitf876a59dae09a353444913bdf73b125bc124a848 (patch)
tree96df99eff6f256eefb9ab2540ff8ba93e205e053 /fs/jffs2
parent[MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] static (diff)
downloadlinux-dev-f876a59dae09a353444913bdf73b125bc124a848.tar.xz
linux-dev-f876a59dae09a353444913bdf73b125bc124a848.zip
[JFFS2] include function prototype for jffs2_ioctl
fs/jffs2/ioctl.c:14:5: warning: symbol 'jffs2_ioctl' was not declared. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2')
-rw-r--r--fs/jffs2/ioctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jffs2/ioctl.c b/fs/jffs2/ioctl.c
index f4d525b0ea53..e2177210f621 100644
--- a/fs/jffs2/ioctl.c
+++ b/fs/jffs2/ioctl.c
@@ -10,6 +10,7 @@
*/
#include <linux/fs.h>
+#include "nodelist.h"
int jffs2_ioctl(struct inode *inode, struct file *filp, unsigned int cmd,
unsigned long arg)