From: Anton Vorontsov Date: Sat, 26 May 2012 13:07:53 +0000 (-0700) Subject: pstore/inode: Make pstore_fill_super() static X-Git-Tag: v3.5-rc4~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364ed2f4653d7c86ebedcc116a9cb34fd272867c;p=pandora-kernel.git pstore/inode: Make pstore_fill_super() static There's no reason to extern it. The patch fixes the annoying sparse warning: CHECK fs/pstore/inode.c fs/pstore/inode.c:264:5: warning: symbol 'pstore_fill_super' was not declared. Should it be static? Signed-off-by: Anton Vorontsov Acked-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed