diff options
-rw-r--r-- | drivers/usb/host/whci/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/whci/debug.c b/drivers/usb/host/whci/debug.c index c5305b599ca0..767af265e002 100644 --- a/drivers/usb/host/whci/debug.c +++ b/drivers/usb/host/whci/debug.c | |||
@@ -30,7 +30,7 @@ struct whc_dbg { | |||
30 | struct dentry *pzl_f; | 30 | struct dentry *pzl_f; |
31 | }; | 31 | }; |
32 | 32 | ||
33 | void qset_print(struct seq_file *s, struct whc_qset *qset) | 33 | static void qset_print(struct seq_file *s, struct whc_qset *qset) |
34 | { | 34 | { |
35 | static const char *qh_type[] = { | 35 | static const char *qh_type[] = { |
36 | "ctrl", "isoc", "bulk", "intr", "rsvd", "rsvd", "rsvd", "lpintr", }; | 36 | "ctrl", "isoc", "bulk", "intr", "rsvd", "rsvd", "rsvd", "lpintr", }; |