Commit 373390dc authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] USB uhci-debug.c: remove an unused function (fwd)

The patch below removes an unused function from
drivers/usb/host/uhci-debug.c
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 6679699c
......@@ -34,17 +34,6 @@ static inline void lprintk(char *buf)
}
}
static inline int uhci_is_skeleton_qh(struct uhci_hcd *uhci, struct uhci_qh *qh)
{
int i;
for (i = 0; i < UHCI_NUM_SKELQH; i++)
if (qh == uhci->skelqh[i])
return 1;
return 0;
}
static int uhci_show_td(struct uhci_td *td, char *buf, int len, int space)
{
char *out = buf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment