mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK
authorStephen Warren <swarren@wwwdotorg.org>
Sat, 9 Feb 2013 03:56:27 +0000 (20:56 -0700)
committerChris Ball <cjb@laptop.org>
Sun, 24 Feb 2013 19:37:16 +0000 (14:37 -0500)
commit29866a98be716111016da69f2747e012843b61e4
tree3db37008c4263001c23bee9c81040fc3a2549c41
parentce39f9d17c14e56ea6772aa84393e6e0cc8499c4
mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK

SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK does basically the same as
implementing struct sdhci_ops .get_timeout_clock, so simply set that
quirk and remove the custom code to simplify the driver.

Reported-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-bcm2835.c