]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-s3c: use mmc_of_parse and remove the card_tasklet
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 26 May 2014 04:58:28 +0000 (13:58 +0900)
committerChris Ball <chris@printf.net>
Wed, 4 Jun 2014 22:59:12 +0000 (18:59 -0400)
commitc35d65a221b6e8be0b76ed4dbf0001dd444f1b6b
treeeed9298c4cc561d2aa2b0a911792045361de6fdd
parent13e7d8bcabc8deaf74c4e7b0a1eda77065e66419
mmc: sdhci-s3c: use mmc_of_parse and remove the card_tasklet

Fix the compile error.
(Removed the card_tasklet at "mmc: sdhci: push card_tasklet into treaded irq handler")

drivers/mmc/host/sdhci-s3c.c: In function ‘sdhci_s3c_notify_change’:
drivers/mmc/host/sdhci-s3c.c:402:25: error: ‘struct sdhci_host’ has no member named ‘card_tasklet’

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/sdhci-s3c.c