From: Felix Fietkau Date: Tue, 5 Nov 2019 13:21:31 +0000 (+0100) Subject: mac80211: fix build without CONFIG_PCI X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fa37dbbc43db23a0ce7256f47943f38a1dcc9027;p=openwrt%2Fstaging%2Frobimarko.git mac80211: fix build without CONFIG_PCI Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/mac80211/patches/build/101-backport-add-pci_disable_link_state-wrapper-with-ret.patch b/package/kernel/mac80211/patches/build/101-backport-add-pci_disable_link_state-wrapper-with-ret.patch index cae20f5dc3..a41879184b 100644 --- a/package/kernel/mac80211/patches/build/101-backport-add-pci_disable_link_state-wrapper-with-ret.patch +++ b/package/kernel/mac80211/patches/build/101-backport-add-pci_disable_link_state-wrapper-with-ret.patch @@ -15,7 +15,7 @@ Signed-off-by: Felix Fietkau (PCI_IRQ_LEGACY | PCI_IRQ_MSI | PCI_IRQ_MSIX) #endif -+#if LINUX_VERSION_IS_LESS(5,3,0) ++#if defined(CONFIG_PCI) && LINUX_VERSION_IS_LESS(5,3,0) + +static inline int +LINUX_BACKPORT(pci_disable_link_state)(struct pci_dev *pdev, int state)