浏览代码

[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>
Harvey Harrison 17 年之前
父节点
当前提交
f876a59dae
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/jffs2/ioctl.c

+ 1 - 0
fs/jffs2/ioctl.c

@@ -10,6 +10,7 @@
  */
  */
 
 
 #include <linux/fs.h>
 #include <linux/fs.h>
+#include "nodelist.h"
 
 
 int jffs2_ioctl(struct inode *inode, struct file *filp, unsigned int cmd,
 int jffs2_ioctl(struct inode *inode, struct file *filp, unsigned int cmd,
 		unsigned long arg)
 		unsigned long arg)