From: Greg Kroah-Hartman Date: Wed, 25 Feb 2009 04:25:02 +0000 (-0800) Subject: Staging: p9auth: fix up sparse warnings X-Git-Tag: v2.6.30-rc1~202^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f386e2b4c6109164e82277513a9570fc9ec644c;p=pandora-kernel.git Staging: p9auth: fix up sparse warnings Everything needs to be static, as sparse complains and you don't want to polute the global kernel symbol namespace. So mark everything as such and move one function around to prevent a forward declaration from being needed. Cc: Ashwin Ganti Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed