]> bbs.cooldavid.org Git - net-next-2.6.git/commit
USB: whci: declare functions as static
authorBill Pemberton <wfp5p@virginia.edu>
Wed, 28 Apr 2010 20:59:33 +0000 (16:59 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:41 +0000 (13:21 -0700)
commit277aa97254533c7e49a04244dfbdccbae70a7f0e
tree49d331dec89fe0654f87ee9d8808e9c8800c0b1d
parenta78f4f1a16d87f3d33158d036af94e48e32f8aad
USB: whci: declare functions as static

qset_print() was not declared static although it is not used
outside of debug.c

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/whci/debug.c