mmc: dw_mmc: remove the unused blk_setting

"blk_setting" doesn't use anywhere.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
Jaehoon Chung
2015-08-06 16:23:25 +09:00
committed by Ulf Hansson
parent 9e747b7e4a
commit 2b708df2b3
2 changed files with 13 additions and 22 deletions

View File

@@ -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 */