From: H Hartley Sweeten Date: Thu, 26 Apr 2012 18:17:28 +0000 (-0700) Subject: ipvs: ip_vs_ftp: local functions should not be exposed globally X-Git-Tag: v3.5-rc1~109^2~140^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5cce2087455f4d17b11db881ca51a6965be8de0;p=pandora-kernel.git ipvs: ip_vs_ftp: local functions should not be exposed globally Functions not referenced outside of a source file should be marked static to prevent it from being exposed globally. This quiets the sparse warnings: warning: symbol 'ip_vs_ftp_init' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Signed-off-by: Simon Horman --- Reading git-diff-tree failed