From: Roland Dreier Date: Mon, 16 Jul 2012 18:04:37 +0000 (-0700) Subject: target: Un-export target_get_sess_cmd() X-Git-Tag: v3.6-rc1~156^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=669ab62c9d045bd2ff647f39e9e7a088e7e8706a;p=pandora-kernel.git target: Un-export target_get_sess_cmd() There are no in-tree users of target_get_sess_cmd() outside of target_core_transport.c. Any new code should use the higher-level target_submit_cmd() interface. So let's un-export target_get_sess_cmd() and make it static to the one file where it's actually used. (nab: Fix up minor fuzz to for-next) Signed-off-by: Roland Dreier Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed