aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pci.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-10-14 16:26:13 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2021-10-19 12:43:21 +0200
commit976171c360c73c059924928d55176a78c2241456 (patch)
tree5813de3dea0597efe7406a7cda8c5156d1a85af7 /drivers/mmc/host/sdhci-pci.h
parentmmc: sdhci-pci: Remove dead code (cd_gpio, cd_irq et al) (diff)
downloadlinux-dev-976171c360c73c059924928d55176a78c2241456.tar.xz
linux-dev-976171c360c73c059924928d55176a78c2241456.zip
mmc: sdhci-pci: Remove dead code (rst_n_gpio et al)
There is no user of this member. Remove the dead code for good. The removal is dependent on the previous removal of the struct sdhci_pci_data. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Link: https://lore.kernel.org/r/20211014132613.27861-6-andriy.shevchenko@linux.intel.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.h')
-rw-r--r--drivers/mmc/host/sdhci-pci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-pci.h b/drivers/mmc/host/sdhci-pci.h
index 8bb3b9c78589..5e3193278ff9 100644
--- a/drivers/mmc/host/sdhci-pci.h
+++ b/drivers/mmc/host/sdhci-pci.h
@@ -157,8 +157,6 @@ struct sdhci_pci_slot {
struct sdhci_pci_chip *chip;
struct sdhci_host *host;
- int rst_n_gpio;
-
int cd_idx;
bool cd_override_level;