From: H Hartley Sweeten Date: Tue, 18 Oct 2011 14:57:51 +0000 (-0400) Subject: ext4: functions should not be declared extern X-Git-Tag: v3.2-rc1~85^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0cbee3e14195ef07b8ab6ff30930fb93d2e510a;p=pandora-kernel.git ext4: functions should not be declared extern The function declarations in ext4.h are already marked extern, so it's not necessary to do so in the .c files. This quiets the sparse noise: warning: function 'ext4_flush_completed_IO' with external linkage has definition warning: function 'ext4_init_inode_table' with external linkage has definition Signed-off-by: H Hartley Sweeten Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed