summaryrefslogtreecommitdiff
path: root/include/linux/rtsx_pci.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2020-07-21 16:23:33 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-22 13:24:12 +0200
commitdf746b3f079c31db7350b282c86e9004fa1a88df (patch)
tree8e539ac9b33996e3c39f9a0b781db563f9d04ae8 /include/linux/rtsx_pci.h
parentff36dc6e9654ae511039300b102e8f3d30814859 (diff)
misc: rtsx: Remove unused pcie_cap
There are no more uses of struct rtsx_pcr.pcie_cap. Remove it. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20200721212336.1159079-3-helgaas@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/rtsx_pci.h')
-rw-r--r--include/linux/rtsx_pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rtsx_pci.h b/include/linux/rtsx_pci.h
index 27a6ea82aeea..4ff7b221f36e 100644
--- a/include/linux/rtsx_pci.h
+++ b/include/linux/rtsx_pci.h
@@ -1166,7 +1166,6 @@ struct rtsx_hw_param {
struct rtsx_pcr {
struct pci_dev *pci;
unsigned int id;
- int pcie_cap;
struct rtsx_cr_option option;
struct rtsx_hw_param hw_param;