diff options
Diffstat (limited to 'drivers/usb/host/pci-quirks.h')
-rw-r--r-- | drivers/usb/host/pci-quirks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/pci-quirks.h b/drivers/usb/host/pci-quirks.h index 63c633077d9e..e729de21fad7 100644 --- a/drivers/usb/host/pci-quirks.h +++ b/drivers/usb/host/pci-quirks.h | |||
@@ -5,11 +5,11 @@ | |||
5 | #ifdef CONFIG_USB_PCI | 5 | #ifdef CONFIG_USB_PCI |
6 | void uhci_reset_hc(struct pci_dev *pdev, unsigned long base); | 6 | void uhci_reset_hc(struct pci_dev *pdev, unsigned long base); |
7 | int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base); | 7 | int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base); |
8 | int usb_amd_find_chipset_info(void); | ||
9 | int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev *pdev); | 8 | int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev *pdev); |
10 | bool usb_amd_hang_symptom_quirk(void); | 9 | bool usb_amd_hang_symptom_quirk(void); |
11 | bool usb_amd_prefetch_quirk(void); | 10 | bool usb_amd_prefetch_quirk(void); |
12 | void usb_amd_dev_put(void); | 11 | void usb_amd_dev_put(void); |
12 | bool usb_amd_quirk_pll_check(void); | ||
13 | void usb_amd_quirk_pll_disable(void); | 13 | void usb_amd_quirk_pll_disable(void); |
14 | void usb_amd_quirk_pll_enable(void); | 14 | void usb_amd_quirk_pll_enable(void); |
15 | void usb_asmedia_modifyflowcontrol(struct pci_dev *pdev); | 15 | void usb_asmedia_modifyflowcontrol(struct pci_dev *pdev); |