ChangeSet 1.2170, 2004/12/09 12:23:20-08:00, [EMAIL PROTECTED]

[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: Adrian Bunk <[EMAIL PROTECTED]>
Acked-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/usb/host/uhci-debug.c |   11 -----------
 1 files changed, 11 deletions(-)


diff -Nru a/drivers/usb/host/uhci-debug.c b/drivers/usb/host/uhci-debug.c
--- a/drivers/usb/host/uhci-debug.c     2004-12-09 14:54:22 -08:00
+++ b/drivers/usb/host/uhci-debug.c     2004-12-09 14:54:22 -08:00
@@ -34,17 +34,6 @@
        }
 }
 
-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;



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to