diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2020-07-22 00:23:33 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-22 14:24:12 +0300 |
commit | df746b3f079c31db7350b282c86e9004fa1a88df (patch) | |
tree | 8e539ac9b33996e3c39f9a0b781db563f9d04ae8 /include/linux/rtsx_pci.h | |
parent | ff36dc6e9654ae511039300b102e8f3d30814859 (diff) | |
download | linux-df746b3f079c31db7350b282c86e9004fa1a88df.tar.xz |
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.h | 1 |
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; |