diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 113cc27865f0..9a0893f3249e 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -64,6 +64,7 @@ struct device; | |||
64 | struct mmc_host { | 64 | struct mmc_host { |
65 | struct device *dev; | 65 | struct device *dev; |
66 | struct class_device class_dev; | 66 | struct class_device class_dev; |
67 | int index; | ||
67 | struct mmc_host_ops *ops; | 68 | struct mmc_host_ops *ops; |
68 | unsigned int f_min; | 69 | unsigned int f_min; |
69 | unsigned int f_max; | 70 | unsigned int f_max; |