summaryrefslogtreecommitdiff
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2015-08-06 10:23:25 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2015-08-17 13:45:27 +0300
commit2b708df2b3edf6e91a4c8d89e7aedb0f861d0e41 (patch)
treebef5edb68e972ebf274e213ff0b219f5c727e0c6 /include/linux/mmc
parent9e747b7e4af090a4974005f3064963026f519fcc (diff)
downloadlinux-2b708df2b3edf6e91a4c8d89e7aedb0f861d0e41.tar.xz
mmc: dw_mmc: remove the unused blk_setting
"blk_setting" doesn't use anywhere. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/dw_mmc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
index 1d88bf72c65f..b14fcb5012f1 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -255,7 +255,6 @@ struct dw_mci_board {
struct dw_mci_dma_ops *dma_ops;
struct dma_pdata *data;
- struct block_settings *blk_settings;
};
#endif /* LINUX_MMC_DW_MMC_H */