projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec12cc7
)
[JFFS2] include function prototype for jffs2_ioctl
author
Harvey Harrison
<harvey.harrison@gmail.com>
Fri, 18 Apr 2008 20:44:12 +0000
(13:44 -0700)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 22 Apr 2008 11:35:42 +0000
(12:35 +0100)
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>
fs/jffs2/ioctl.c
patch
|
blob
|
history
diff --git
a/fs/jffs2/ioctl.c
b/fs/jffs2/ioctl.c
index f4d525b0ea5372d950494cae2e34a1553d445d5d..e2177210f62153bec393482eb6f2e2b58b48f0eb 100644
(file)
--- 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)