Staging: p9auth: fix up sparse warnings
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 25 Feb 2009 04:25:02 +0000 (20:25 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:54:23 +0000 (14:54 -0700)
commit0f386e2b4c6109164e82277513a9570fc9ec644c
tree305e6c16568022518a445a93050345786448aeb3
parent77dc1139f4a125d46e03fdbb3ac8ab8737ab67d6
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 <ashwin.ganti@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/p9auth/p9auth.c