This patch adds a header file with proper prototypes for two functions 
in drivers/usb/host/pci-quirks.c.

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

---

 drivers/usb/host/pci-quirks.c |    1 +
 drivers/usb/host/pci-quirks.h |    7 +++++++
 drivers/usb/host/uhci-hcd.c   |    4 +---
 3 files changed, 9 insertions(+), 3 deletions(-)

--- /dev/null   2006-02-12 01:05:26.000000000 +0100
+++ linux-2.6.16-mm1-full/drivers/usb/host/pci-quirks.h 2006-03-25 
15:55:14.000000000 +0100
@@ -0,0 +1,7 @@
+#ifndef __LINUX_USB_PCI_QUIRKS_H
+#define __LINUX_USB_PCI_QUIRKS_H
+
+void uhci_reset_hc(struct pci_dev *pdev, unsigned long base);
+int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);
+
+#endif  /*  __LINUX_USB_PCI_QUIRKS_H  */
--- linux-2.6.16-mm1-full/drivers/usb/host/pci-quirks.c.old     2006-03-25 
15:21:49.000000000 +0100
+++ linux-2.6.16-mm1-full/drivers/usb/host/pci-quirks.c 2006-03-25 
15:55:34.000000000 +0100
@@ -15,6 +15,7 @@
 #include <linux/init.h>
 #include <linux/delay.h>
 #include <linux/acpi.h>
+#include "pci-quirks.h"
 
 
 #define UHCI_USBLEGSUP         0xc0            /* legacy support */
--- linux-2.6.16-mm1-full/drivers/usb/host/uhci-hcd.c.old       2006-03-25 
15:22:20.000000000 +0100
+++ linux-2.6.16-mm1-full/drivers/usb/host/uhci-hcd.c   2006-03-25 
15:55:54.000000000 +0100
@@ -50,6 +50,7 @@
 
 #include "../core/hcd.h"
 #include "uhci-hcd.h"
+#include "pci-quirks.h"
 
 /*
  * Version Information
@@ -100,9 +101,6 @@
 #include "uhci-q.c"
 #include "uhci-hub.c"
 
-extern void uhci_reset_hc(struct pci_dev *pdev, unsigned long base);
-extern int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);
-
 /*
  * Finish up a host controller reset and update the recorded state.
  */



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to