From 9e45df8ebb1716a305049342ba65639fc856dabd Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Wed, 18 Nov 2015 21:12:53 +0000 Subject: mci: dw_mmc: Delete devname in platform_data Nothing used it. Also delete the local mci alias pointer to host->mci in dw_mmc_probe(). It only saved a few characters and all the references but one are using host->mci. Signed-off-by: Trent Piepho Signed-off-by: Sascha Hauer --- include/platform_data/dw_mmc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/platform_data/dw_mmc.h b/include/platform_data/dw_mmc.h index ce1b3392f1..4325a4f483 100644 --- a/include/platform_data/dw_mmc.h +++ b/include/platform_data/dw_mmc.h @@ -2,7 +2,6 @@ #define __INCLUDE_PLATFORM_DATA_DW_MMC_H struct dw_mmc_platform_data { - char *devname; unsigned int bus_width_caps; int ciu_div; }; -- cgit v1.2.3