[ this time without the problems due to a digital signature... ]

The patch below removes an unused function from 
drivers/usb/host/uhci-debug.c


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


Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

--- linux-2.6.10-rc1-mm1-full/drivers/usb/host/uhci-debug.c.old 2004-10-28 
23:30:40.000000000 +0200
+++ linux-2.6.10-rc1-mm1-full/drivers/usb/host/uhci-debug.c     2004-10-28 
23:30:49.000000000 +0200
@@ -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;


-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to