diff options
author | San Mehat <san@google.com> | 2009-11-22 17:19:07 -0800 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-03-18 13:37:07 -0700 |
commit | c7fc9370df1433486dfa9460a833fae664e8be6c (patch) | |
tree | 0eb624992f24588a5f6916608f23da31bb157fc4 /drivers/mmc/host/msm_sdcc.h | |
parent | 56a8b5b8ae81bd766e527a0e5274a087c3c1109d (diff) | |
download | talos-obmc-linux-c7fc9370df1433486dfa9460a833fae664e8be6c.tar.gz talos-obmc-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 */ |