From: H Hartley Sweeten Date: Thu, 26 Apr 2012 18:26:15 +0000 (-0700) Subject: ipvs: ip_vs_proto: local functions should not be exposed globally X-Git-Tag: v3.5-rc1~109^2~140^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068d522067294987b16b3971f1aab2141eba4c44;p=pandora-kernel.git ipvs: ip_vs_proto: 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 '__ipvs_proto_data_get' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Signed-off-by: Simon Horman --- Reading git-diff-tree failed