diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2015-08-06 16:23:25 +0900 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-08-17 12:45:27 +0200 |
commit | 2b708df2b3edf6e91a4c8d89e7aedb0f861d0e41 (patch) | |
tree | bef5edb68e972ebf274e213ff0b219f5c727e0c6 /include/linux/mmc | |
parent | 9e747b7e4af090a4974005f3064963026f519fcc (diff) |
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.h | 1 |
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 */ |