tegra: sdhci: Remove set_clock op, not needed
authorTodd Poynor <toddpoynor@google.com>
Thu, 2 Sep 2010 23:13:24 +0000 (16:13 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:28:17 +0000 (16:28 -0700)
commit2a9a2f685a4d03964e6057c4171bc0c96062157f
tree82814a921aa46069dad7b5aa3329e38454ceb258
parent4a4af7562a053de283f4c5f1b3878a3a7daf077f
tegra: sdhci: Remove set_clock op, not needed

The SDHCI controller specifies a maximum SDCLK speed of 48MHz, which is
now in agreement with the platform clock, and so the SDHCI host max_clk
no longer needs to be overriden.

Change-Id: Ie8c7f643d956cfd1bb83675708336278482c40d8
Signed-off-by: Todd Poynor <toddpoynor@google.com>
drivers/mmc/host/sdhci-tegra.c