Skip to content

Commit

Permalink
[JFFS2] include function prototype for jffs2_ioctl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harvey Harrison authored and David Woodhouse committed Apr 22, 2008
1 parent ec12cc7 commit f876a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/jffs2/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f876a59

Please sign in to comment.