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>
This commit is contained in:
Bill Pemberton 2010-04-28 16:59:33 -04:00 committed by Greg Kroah-Hartman
parent a78f4f1a16
commit 277aa97254
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ struct whc_dbg {
struct dentry *pzl_f;
};
void qset_print(struct seq_file *s, struct whc_qset *qset)
static void qset_print(struct seq_file *s, struct whc_qset *qset)
{
static const char *qh_type[] = {
"ctrl", "isoc", "bulk", "intr", "rsvd", "rsvd", "rsvd", "lpintr", };