From: Rashika Kheria Date: Wed, 2 Apr 2014 14:23:29 +0000 (+0300) Subject: fs: Mark function as static in exofs/super.c X-Git-Tag: v3.15-rc1~33^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8d0cc0d2271f45b0967578f9310b3ee9b9082a;p=pandora-kernel.git fs: Mark function as static in exofs/super.c Mark function as static in exofs/super.c because it is not used outside this file. This also eliminates the following warning in exofs/super.c: fs/exofs/super.c:546:5: warning: no previous prototype \ for __alloc_dev_table[-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed