summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-06-08 05:13:51 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-08 05:13:50 -0700
commit9736b785cfb409a9f1a483aa4f476c1d36429a7e (patch)
treee354ae4865af11c521d29c7cf5c8d90b4d02f0d1 /include/linux
parent02631fccd7c18c190233298e7631eb3434d343c1 (diff)
parent1cc23bd6d0b49f12807c07a41cd4eb88bcc3738b (diff)
Merge "mmc: core: Initialize the devfreq table with default frequencies"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mmc/host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index d9e12c1b1748..279411c42ded 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -330,7 +330,9 @@ struct mmc_devfeq_clk_scaling {
atomic_t devfreq_abort;
bool skip_clk_scale_freq_update;
int freq_table_sz;
+ int pltfm_freq_table_sz;
u32 *freq_table;
+ u32 *pltfm_freq_table;
unsigned long total_busy_time_us;
unsigned long target_freq;
unsigned long curr_freq;