--- /dev/null
+From fff42928ade591969836ff49888d063b829ac888 Mon Sep 17 00:00:00 2001
+From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
+Date: Wed, 27 Feb 2019 11:26:46 -0800
+Subject: PCI/ATS: Add inline to pci_prg_resp_pasid_required()
+
+From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
+
+commit fff42928ade591969836ff49888d063b829ac888 upstream.
+
+Fix unused function warning when compiled with CONFIG_PCI_PASID
+disabled.
+
+Fixes: e5567f5f6762 ("PCI/ATS: Add pci_prg_resp_pasid_required() interface.")
+Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
+Signed-off-by: Joerg Roedel <jroedel@suse.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ include/linux/pci-ats.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/include/linux/pci-ats.h
++++ b/include/linux/pci-ats.h
+@@ -67,7 +67,7 @@ static inline int pci_max_pasids(struct
+ return -EINVAL;
+ }
+
+-static int pci_prg_resp_pasid_required(struct pci_dev *pdev)
++static inline int pci_prg_resp_pasid_required(struct pci_dev *pdev)
+ {
+ return 0;
+ }
x.509-if-signature-is-unsupported-skip-validation.patch
net-handle-arphrd_ppp-in-dev_is_mac_header_xmit.patch
pstore-ram-check-start-of-empty-przs-during-init.patch
+pci-ats-add-inline-to-pci_prg_resp_pasid_required.patch
sc16is7xx-set-iobase-to-device-index.patch
serial-sc16is7xx-fix-broken-port-0-uart-init.patch
usb-typec-tcpci-clear-the-fault-status-bit.patch