Root/
| 1 | |
| 2 | --- a/drivers/usb/host/pci-quirks.c |
| 3 | +++ b/drivers/usb/host/pci-quirks.c |
| 4 | @@ -429,6 +429,8 @@ reset_needed: |
| 5 | } |
| 6 | EXPORT_SYMBOL_GPL(uhci_check_and_reset_hc); |
| 7 | |
| 8 | +#ifndef CONFIG_PCI_DISABLE_COMMON_QUIRKS |
| 9 | + |
| 10 | static inline int io_type_enabled(struct pci_dev *pdev, unsigned int mask) |
| 11 | { |
| 12 | u16 cmd; |
| 13 | @@ -869,3 +871,5 @@ static void __devinit quirk_usb_early_ha |
| 14 | quirk_usb_handoff_xhci(pdev); |
| 15 | } |
| 16 | DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff); |
| 17 | + |
| 18 | +#endif |
| 19 |
