]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbde024ea24dfbdfcd33d3507cb071be088edffc3
tree305e6c16568022518a445a93050345786448aeb3
parent99574cdbb684640ce68056faae233be90278c616
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