[PATCH] USB: fix compile warning for USB w/oPM

From: Chris Wedgwood
Date: Wed Nov 03 2004 - 04:21:02 EST


Remove compile warning for USB w/o PM.

Signed-off-by: Chris Wedgwood <cw@xxxxxxxx>
---

This one I even tested... sorry about before!



===== drivers/usb/host/ohci-hcd.c 1.76 vs edited =====
--- 1.76/drivers/usb/host/ohci-hcd.c 2004-10-12 06:24:03 -07:00
+++ edited/drivers/usb/host/ohci-hcd.c 2004-11-02 11:32:44 -08:00
@@ -140,7 +140,6 @@ static const char hcd_name [] = "ohci_hc

static void ohci_dump (struct ohci_hcd *ohci, int verbose);
static int ohci_init (struct ohci_hcd *ohci);
-static int ohci_restart (struct ohci_hcd *ohci);
static void ohci_stop (struct usb_hcd *hcd);

#include "ohci-hub.c"
===== drivers/usb/host/ohci-hub.c 1.29 vs edited =====
--- 1.29/drivers/usb/host/ohci-hub.c 2004-10-06 14:35:08 -07:00
+++ edited/drivers/usb/host/ohci-hub.c 2004-11-02 11:32:44 -08:00
@@ -41,6 +41,7 @@
#define OHCI_SCHED_ENABLES \
(OHCI_CTRL_CLE|OHCI_CTRL_BLE|OHCI_CTRL_PLE|OHCI_CTRL_IE)

+static int ohci_restart (struct ohci_hcd *ohci);
static void dl_done_list (struct ohci_hcd *, struct pt_regs *);
static void finish_unlinks (struct ohci_hcd *, u16 , struct pt_regs *);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/