From 11bc9381b277a65ea4b3fe994e658f4a78512139 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 26 May 2014 13:58:28 +0900 Subject: [PATCH] mmc: sdhci-s3c: use mmc_of_parse and remove the card_tasklet MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed