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 14664f1fb16..afa6bd2b7b7 100644 --- a/drivers/mmc/core/core.h +++ b/drivers/mmc/core/core.h @@ -64,7 +64,7 @@ int mmc_attach_sd(struct mmc_host *host);  int mmc_attach_sdio(struct mmc_host *host);  /* Module parameters */ -extern int use_spi_crc; +extern bool use_spi_crc;  /* Debugfs information for hosts and cards */  void mmc_add_host_debugfs(struct mmc_host *host);  |