diff options
Diffstat (limited to '')
| -rw-r--r-- | include/linux/mmc/sdhci.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h index 08abe9941884..09ebe57d5ce9 100644 --- a/include/linux/mmc/sdhci.h +++ b/include/linux/mmc/sdhci.h @@ -104,9 +104,6 @@ struct sdhci_host {  	const struct sdhci_ops *ops;	/* Low level hw interface */ -	struct regulator *vmmc;		/* Power regulator (vmmc) */ -	struct regulator *vqmmc;	/* Signaling regulator (vccq) */ -  	/* Internal data */  	struct mmc_host *mmc;	/* MMC structure */  	u64 dma_mask;		/* custom DMA mask */ | 
