summaryrefslogtreecommitdiffstats
path: root/include/platform_data
diff options
context:
space:
mode:
authorTrent Piepho <tpiepho@kymetacorp.com>2015-11-18 21:12:53 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2015-11-19 08:52:10 +0100
commit9e45df8ebb1716a305049342ba65639fc856dabd (patch)
treef78e5f46c10961801346bd7e8f791c6a374b8e62 /include/platform_data
parent5537d653d2a7d742f29ba31a9c9932bbbe3e6774 (diff)
downloadbarebox-9e45df8ebb1716a305049342ba65639fc856dabd.tar.gz
barebox-9e45df8ebb1716a305049342ba65639fc856dabd.tar.xz
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 <tpiepho@kymetacorp.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/platform_data')
-rw-r--r--include/platform_data/dw_mmc.h1
1 files changed, 0 insertions, 1 deletions
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;
};