aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mmc/card.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h
index 58f59174c64b..00db39cceadc 100644
--- a/include/linux/mmc/card.h
+++ b/include/linux/mmc/card.h
@@ -64,7 +64,8 @@ struct sdio_cccr {
64 low_speed:1, 64 low_speed:1,
65 wide_bus:1, 65 wide_bus:1,
66 high_power:1, 66 high_power:1,
67 high_speed:1; 67 high_speed:1,
68 disable_cd:1;
68}; 69};
69 70
70struct sdio_cis { 71struct sdio_cis {