From: Jaehoon Chung Date: Mon, 26 May 2014 04:58:28 +0000 (+0900) Subject: mmc: sdhci-s3c: use mmc_of_parse and remove the card_tasklet X-Git-Tag: omap-for-v3.16/fixes-against-rc1~65^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11bc9381b277a65ea4b3fe994e658f4a78512139;p=pandora-kernel.git 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 Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed