kernel: add CONFIG_BCMA_POSSIBLE=y to generic config as it is set in most of the...
[openwrt.git] / target / linux / generic / patches-3.6 / 811-pci_disable_usb_common_quirks.patch
1
2 --- a/drivers/usb/host/pci-quirks.c
3 +++ b/drivers/usb/host/pci-quirks.c
4 @@ -434,6 +434,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 @@ -971,3 +973,4 @@ static void __devinit quirk_usb_early_ha
14  }
15  DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_ANY_ID, PCI_ANY_ID,
16                         PCI_CLASS_SERIAL_USB, 8, quirk_usb_early_handoff);
17 +#endif