diff options
| author | Bjorn Helgaas <[email protected]> | 2020-07-21 16:23:33 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-07-22 13:24:12 +0200 |
| commit | df746b3f079c31db7350b282c86e9004fa1a88df (patch) | |
| tree | 8e539ac9b33996e3c39f9a0b781db563f9d04ae8 /include/linux | |
| parent | ff36dc6e9654ae511039300b102e8f3d30814859 (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 <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
| -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; |