From: Hauke Mehrtens <hauke@hauke-m.de> To: backports@vger.kernel.org Cc: johannes@sipsolutions.net, Hauke Mehrtens <hauke@hauke-m.de> Subject: [PATCH 02/11] backports: pci: include linux/pci-aspm.h Date: Thu, 3 Oct 2019 17:56:33 +0200 Message-ID: <20191003155642.14909-3-hauke@hauke-m.de> (raw) In-Reply-To: <20191003155642.14909-1-hauke@hauke-m.de> 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> --- backport/backport-include/linux/pci.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backport/backport-include/linux/pci.h b/backport/backport-include/linux/pci.h index 3a141bf3..84c4e8f6 100644 --- a/backport/backport-include/linux/pci.h +++ b/backport/backport-include/linux/pci.h @@ -3,6 +3,10 @@ #include_next <linux/pci.h> #include <linux/version.h> +#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 -- 2.20.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in
next prev parent reply index Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-10-03 15:56 [PATCH 00/11] backports: Update to kernel 5.4-rc1 Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 01/11] backports: patches: refresh against " Hauke Mehrtens 2019-10-03 15:56 ` Hauke Mehrtens [this message] 2019-10-03 15:56 ` [PATCH 03/11] backports: build_bug.h: Add static_assert() Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 04/11] backports: platform_device.h: Add devm_platform_ioremap_resource() Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 05/11] backports: skbuf.h: Add skb_frag_off() Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 06/11] backports: skbuff.h: Add skb_mac_offset() Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 07/11] backports: io.h: Add __ioread32_copy() Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 08/11] backports: io: Add writel_relaxed() Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 09/11] backports: dependencies: make ATH9K OWL depend on kernel 3.14 Hauke Mehrtens 2019-10-04 8:55 ` Johannes Berg 2019-10-04 19:34 ` Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 10/11] backports: lib-arc4: Do not build when activated in kernel Hauke Mehrtens 2019-10-03 15:56 ` [PATCH 11/11] backports: ckmake: limit load to number of CPUs Hauke Mehrtens
Reply instructions: You may reply publically to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20191003155642.14909-3-hauke@hauke-m.de \ --to=hauke@hauke-m.de \ --cc=backports@vger.kernel.org \ --cc=johannes@sipsolutions.net \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Backports Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/backports/0 backports/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 backports backports/ https://lore.kernel.org/backports \ backports@vger.kernel.org public-inbox-index backports Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.backports AGPL code for this site: git clone https://public-inbox.org/public-inbox.git