[2.6 patch] drivers/usb/host/pci-quirks.c: proper prototypes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
  */

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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux