diff options
Diffstat (limited to 'drivers/mmc/core/core.h')
-rw-r--r-- | drivers/mmc/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/core.h b/drivers/mmc/core/core.h index 34009241213c..3bdafbca354f 100644 --- a/drivers/mmc/core/core.h +++ b/drivers/mmc/core/core.h | |||
@@ -67,7 +67,7 @@ int mmc_attach_sd(struct mmc_host *host); | |||
67 | int mmc_attach_sdio(struct mmc_host *host); | 67 | int mmc_attach_sdio(struct mmc_host *host); |
68 | 68 | ||
69 | /* Module parameters */ | 69 | /* Module parameters */ |
70 | extern int use_spi_crc; | 70 | extern bool use_spi_crc; |
71 | 71 | ||
72 | /* Debugfs information for hosts and cards */ | 72 | /* Debugfs information for hosts and cards */ |
73 | void mmc_add_host_debugfs(struct mmc_host *host); | 73 | void mmc_add_host_debugfs(struct mmc_host *host); |