提交 277aa972 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

USB: whci: declare functions as static

qset_print() was not declared static although it is not used
outside of debug.c
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 a78f4f1a
......@@ -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", };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册