diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 65c6f996bbd3..2de08349c3ca 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
@@ -255,7 +255,7 @@ struct sdhci_host { | |||
255 | unsigned int timeout_clk; /* Timeout freq (KHz) */ | 255 | unsigned int timeout_clk; /* Timeout freq (KHz) */ |
256 | 256 | ||
257 | unsigned int clock; /* Current clock (MHz) */ | 257 | unsigned int clock; /* Current clock (MHz) */ |
258 | unsigned short power; /* Current voltage */ | 258 | u8 pwr; /* Current voltage */ |
259 | 259 | ||
260 | struct mmc_request *mrq; /* Current request */ | 260 | struct mmc_request *mrq; /* Current request */ |
261 | struct mmc_command *cmd; /* Current command */ | 261 | struct mmc_command *cmd; /* Current command */ |