aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index a3ac9c48e5de..8ef7894a48d0 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -396,7 +396,7 @@ static inline void mmc_set_disable_delay(struct mmc_host *host,
396} 396}
397 397
398/* Module parameter */ 398/* Module parameter */
399extern int mmc_assume_removable; 399extern bool mmc_assume_removable;
400 400
401static inline int mmc_card_is_removable(struct mmc_host *host) 401static inline int mmc_card_is_removable(struct mmc_host *host)
402{ 402{