From: Adrian Bunk Date: Tue, 6 Sep 2005 22:17:23 +0000 (-0700) Subject: [PATCH] jffs/jffs2: remove wrong function prototypes X-Git-Tag: v2.6.14-rc1~686 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1efe4931bf7d95b2f3d48ca0b79ea0e8341cc2;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed