[PATCH] jffs/jffs2: remove wrong function prototypes
authorAdrian Bunk <bunk@stusta.de>
Tue, 6 Sep 2005 22:17:23 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:29 +0000 (16:57 -0700)
commit5e1efe4931bf7d95b2f3d48ca0b79ea0e8341cc2
tree6c3aff8c67e34bda6a2a36f2b65dc1b7ccd29c91
parent919532a54518c3a4a8258319e2bba0e07f69a925
[PATCH] jffs/jffs2: remove wrong function prototypes

This patch removes prototypes for the generic_file_open and
generic_file_llseek functions.

Besides being superfluous because they are already present in fs.h, they
were also wrong because the actual functions aren't weak functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/jffs/inode-v23.c
fs/jffs2/file.c