diff options
author | San Mehat <san@google.com> | 2009-11-23 02:19:07 +0100 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-03-18 21:37:07 +0100 |
commit | c7fc9370df1433486dfa9460a833fae664e8be6c (patch) | |
tree | 0eb624992f24588a5f6916608f23da31bb157fc4 /drivers/mmc/host/msm_sdcc.h | |
parent | mmc: msm_sdcc: Reduce command timeouts and improve reliability. (diff) | |
download | linux-c7fc9370df1433486dfa9460a833fae664e8be6c.tar.xz linux-c7fc9370df1433486dfa9460a833fae664e8be6c.zip |
mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabled
Signed-off-by: San Mehat <san@google.com>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'drivers/mmc/host/msm_sdcc.h')
-rw-r--r-- | drivers/mmc/host/msm_sdcc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/msm_sdcc.h b/drivers/mmc/host/msm_sdcc.h index 361cb6efd248..da0039c9285e 100644 --- a/drivers/mmc/host/msm_sdcc.h +++ b/drivers/mmc/host/msm_sdcc.h @@ -215,7 +215,6 @@ struct msmsdcc_host { struct clk *pclk; /* SDCC peripheral bus clock */ unsigned int clks_on; /* set if clocks are enabled */ struct timer_list busclk_timer; - int use_bustimer; unsigned int eject; /* eject state */ |