From: H Hartley Sweeten Date: Fri, 23 Sep 2011 20:46:51 +0000 (-0700) Subject: exofs/super.c: local functions should be static X-Git-Tag: v3.2-rc1~155^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de74b05ace743b4a7aefad9e9b33ff899979b34a;p=pandora-kernel.git exofs/super.c: local functions should be static This quiets the following sparse noise: warning: symbol 'exofs_sync_fs' was not declared. Should it be static? warning: symbol 'exofs_free_sbi' was not declared. Should it be static? warning: symbol 'exofs_get_parent' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed