commit | 5e1efe4931bf7d95b2f3d48ca0b79ea0e8341cc2 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Sep 06 15:17:23 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 16:57:29 2005 -0700 |
tree | 6c3aff8c67e34bda6a2a36f2b65dc1b7ccd29c91 | |
parent | 919532a54518c3a4a8258319e2bba0e07f69a925 [diff] |
[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>