diff options
author | Mathias Kresin <dev@kresin.me> | 2018-02-21 08:56:59 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-02-23 07:54:29 +0100 |
commit | 9e0d808700fad99c679c3193b8d969c92672ddfa (patch) | |
tree | 985716da6e70eb9699911b0352d778655fc5b334 /target/linux/layerscape | |
parent | f01b3942661a234ed28bc28969ce23e8f8277f37 (diff) | |
download | upstream-9e0d808700fad99c679c3193b8d969c92672ddfa.tar.gz upstream-9e0d808700fad99c679c3193b8d969c92672ddfa.tar.bz2 upstream-9e0d808700fad99c679c3193b8d969c92672ddfa.zip |
apm821xx: nand remove obsolete kernel config symbol
The missing CONFIG_USB_XHCI_PCI dependency on CONFIG_USB_PCI of the
µPD720201 xhci-pci(e) usb 3.0 chip used by the WNDR4700 was fixed with
6112abf186bf ("kernel: enable CONFIG_USB_PCI for PCI usb modules").
Commit c38fb585763f ("kernel: fix disabling common usb quirks on 4.14")
finally fixed the following build error:
drivers/usb/host/xhci-pci.c: In function 'xhci_pci_probe':
drivers/usb/host/xhci-pci.c:749:6: error: implicit declaration of function 'usb_xhci_needs_pci_reset' [-Werror=implicit-function-declaration]
if (usb_xhci_needs_pci_reset(dev)) {
Hence the CONFIG_USB_PCI symbol isn't required any longer in target kernel
config.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/layerscape')
0 files changed, 0 insertions, 0 deletions