diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-04-18 20:44:12 (GMT) |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-04-22 11:35:42 (GMT) |
commit | f876a59dae09a353444913bdf73b125bc124a848 (patch) | |
tree | 96df99eff6f256eefb9ab2540ff8ba93e205e053 /fs/jffs2 | |
parent | ec12cc74e998fa39e8d707d2deb3116f9838308a (diff) | |
download | linux-f876a59dae09a353444913bdf73b125bc124a848.tar.xz |
[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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jffs2/ioctl.c b/fs/jffs2/ioctl.c index f4d525b..e217721 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) |