aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/build/100-backports-pci-Include-linux-pci-aspm.h.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-11-21 22:20:20 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-11-22 20:35:54 +0100
commita36c464efeffff4d4b1431cf6391dcde38c84e8b (patch)
treed6e73a6903d653e9a8784347ab902d9a89bcdeef /package/kernel/mac80211/patches/build/100-backports-pci-Include-linux-pci-aspm.h.patch
parent103e49f62e72664ee0d5285007907a75960e8645 (diff)
downloadupstream-a36c464efeffff4d4b1431cf6391dcde38c84e8b.tar.gz
upstream-a36c464efeffff4d4b1431cf6391dcde38c84e8b.tar.bz2
upstream-a36c464efeffff4d4b1431cf6391dcde38c84e8b.zip
mac80211: update to version 5.4-rc8
This updates mac80211 to backports based on kernel 5.4-rc8. The deleted patches were applied upstream. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/mac80211/patches/build/100-backports-pci-Include-linux-pci-aspm.h.patch')
-rw-r--r--package/kernel/mac80211/patches/build/100-backports-pci-Include-linux-pci-aspm.h.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/package/kernel/mac80211/patches/build/100-backports-pci-Include-linux-pci-aspm.h.patch b/package/kernel/mac80211/patches/build/100-backports-pci-Include-linux-pci-aspm.h.patch
deleted file mode 100644
index 91740a62b9..0000000000
--- a/package/kernel/mac80211/patches/build/100-backports-pci-Include-linux-pci-aspm.h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Fri, 27 Sep 2019 23:12:08 +0200
-Subject: [PATCH] backports: pci: Include linux/pci-aspm.h
-
-In upstream commit 7ce2e76a0420 linux/pci-aspm.h was removed and the
-content included into pci.h. Add an include to have the functions
-defined in linux/pci-aspm.h available when linux/pci.h is included.
-
-Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
----
-
---- a/backport-include/linux/pci.h
-+++ b/backport-include/linux/pci.h
-@@ -7,6 +7,10 @@
- #include <linux/pci-aspm.h>
- #endif
-
-+#if LINUX_VERSION_IS_LESS(5,4,0)
-+#include <linux/pci-aspm.h>
-+#endif
-+
- #ifndef module_pci_driver
- /**
- * module_pci_driver() - Helper macro for registering a PCI driver