diff options
Diffstat (limited to 'drivers/usb/host/pci-quirks.h')
-rw-r--r-- | drivers/usb/host/pci-quirks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/pci-quirks.h b/drivers/usb/host/pci-quirks.h index 7f69a39163ce..4b8a2092432f 100644 --- a/drivers/usb/host/pci-quirks.h +++ b/drivers/usb/host/pci-quirks.h | |||
@@ -11,11 +11,13 @@ void usb_amd_quirk_pll_enable(void); | |||
11 | bool usb_is_intel_switchable_xhci(struct pci_dev *pdev); | 11 | bool usb_is_intel_switchable_xhci(struct pci_dev *pdev); |
12 | void usb_enable_xhci_ports(struct pci_dev *xhci_pdev); | 12 | void usb_enable_xhci_ports(struct pci_dev *xhci_pdev); |
13 | void usb_disable_xhci_ports(struct pci_dev *xhci_pdev); | 13 | void usb_disable_xhci_ports(struct pci_dev *xhci_pdev); |
14 | void sb800_prefetch(struct device *dev, int on); | ||
14 | #else | 15 | #else |
15 | static inline void usb_amd_quirk_pll_disable(void) {} | 16 | static inline void usb_amd_quirk_pll_disable(void) {} |
16 | static inline void usb_amd_quirk_pll_enable(void) {} | 17 | static inline void usb_amd_quirk_pll_enable(void) {} |
17 | static inline void usb_amd_dev_put(void) {} | 18 | static inline void usb_amd_dev_put(void) {} |
18 | static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {} | 19 | static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {} |
20 | static inline void sb800_prefetch(struct device *dev, int on) {} | ||
19 | #endif /* CONFIG_PCI */ | 21 | #endif /* CONFIG_PCI */ |
20 | 22 | ||
21 | #endif /* __LINUX_USB_PCI_QUIRKS_H */ | 23 | #endif /* __LINUX_USB_PCI_QUIRKS_H */ |