diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index a3ac9c48e5de..cea064f73514 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -323,6 +323,8 @@ struct mmc_host { | |||
323 | struct fault_attr fail_mmc_request; | 323 | struct fault_attr fail_mmc_request; |
324 | #endif | 324 | #endif |
325 | 325 | ||
326 | unsigned int actual_clock; /* Actual HC clock rate */ | ||
327 | |||
326 | unsigned long private[0] ____cacheline_aligned; | 328 | unsigned long private[0] ____cacheline_aligned; |
327 | }; | 329 | }; |
328 | 330 | ||