From: Rashika Kheria Date: Sun, 9 Feb 2014 14:27:33 +0000 (+0530) Subject: net: Mark function as static in 9p/client.c X-Git-Tag: v3.14-rc3~36^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd944bded5ce32247941ce54eb8f65646549886b;p=pandora-kernel.git net: Mark function as static in 9p/client.c Mark function as static in net/9p/client.c because it is not used outside this file. This eliminates the following warning in net/9p/client.c: net/9p/client.c:207:18: warning: no previous prototype for ‘p9_fcall_alloc’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- Reading git-diff-tree failed