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)
commit11bc9381b277a65ea4b3fe994e658f4a78512139
treeeed9298c4cc561d2aa2b0a911792045361de6fdd
parent75fa9ea6e3c0223cf9f56ed15b0ea3e9ccc627f1
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