projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a78f4f1
)
USB: whci: declare functions as static
author
Bill Pemberton
<wfp5p@virginia.edu>
Wed, 28 Apr 2010 20:59:33 +0000
(16:59 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 20 May 2010 20:21:41 +0000
(13:21 -0700)
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
patch
|
blob
|
history
diff --git
a/drivers/usb/host/whci/debug.c
b/drivers/usb/host/whci/debug.c
index c5305b599ca052a1acc27e68386942e306f7c6e1..767af265e0021f36336664ed32be46d66caac159 100644
(file)
--- a/
drivers/usb/host/whci/debug.c
+++ b/
drivers/usb/host/whci/debug.c
@@
-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", };