diff options
author | Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> | 2010-08-10 21:01:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 11:59:04 -0400 |
commit | 762333e344144283a9da97a34b5dded51ff61b27 (patch) | |
tree | 8bc2af8a99e66cbbcba359f7bd8ca76cd332ec34 /drivers/mmc/host/msm_sdcc.h | |
parent | ed199f7e7346ba508f803180ecc6830e92558a1e (diff) |
drivers/mmc/host/msm-sdcc: remove dead config options
CONFIG_MMC_MSM7X00A_RESUME_IN_WQ and CONFIG_MMC_EMBEDDED_SDIO don't exist
in Kconfig and is never defined anywhere else, therefore removing all
references for it from the source code.
Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Acked-by: David Brown <davidb@codeaurora.org>
Cc: Daniel Walker <dwalker@codeaurora.org>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc/host/msm_sdcc.h')
-rw-r--r-- | drivers/mmc/host/msm_sdcc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mmc/host/msm_sdcc.h b/drivers/mmc/host/msm_sdcc.h index da0039c9285e..d7dedcf33b5b 100644 --- a/drivers/mmc/host/msm_sdcc.h +++ b/drivers/mmc/host/msm_sdcc.h | |||
@@ -235,10 +235,6 @@ struct msmsdcc_host { | |||
235 | int cmdpoll; | 235 | int cmdpoll; |
236 | struct msmsdcc_stats stats; | 236 | struct msmsdcc_stats stats; |
237 | 237 | ||
238 | #ifdef CONFIG_MMC_MSM7X00A_RESUME_IN_WQ | ||
239 | struct work_struct resume_task; | ||
240 | #endif | ||
241 | |||
242 | /* Command parameters */ | 238 | /* Command parameters */ |
243 | unsigned int cmd_timeout; | 239 | unsigned int cmd_timeout; |
244 | unsigned int cmd_pio_irqmask; | 240 | unsigned int cmd_pio_irqmask; |