[2.6 patch] jffs/jffs2: remove wrong function prototypes

2005-08-07 Thread Adrian Bunk
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 <[EMAIL PROTECTED]> --- This patc

[2.6 patch] jffs/jffs2: remove wrong function prototypes

2005-07-31 Thread Adrian Bunk
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 <[EMAIL PROTECTED]> --- fs/jffs/