summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-12-16 10:05:08 +0100
committerShawn Guo <shawnguo@kernel.org>2017-01-02 15:28:28 +0800
commit9690e915a65528b146444f2eb2aa0181f940591c (patch)
tree4c6b80f74c629c3734fad3b4ca6155b6443a5f8f /arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
downloadlinux-9690e915a65528b146444f2eb2aa0181f940591c.tar.bz2
ARM: imx: remove unused device definitions
I stumbled over these during build testing, they are evidently not referenced anywhere any more. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c')
-rw-r--r--arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c b/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
index 3d039ef021e0..466c9ccc6675 100644
--- a/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
+++ b/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
@@ -22,16 +22,6 @@
#define imx_sdhci_esdhc_imx_data_entry(soc, devid, id, hwid) \
[id] = imx_sdhci_esdhc_imx_data_entry_single(soc, devid, id, hwid)
-#ifdef CONFIG_SOC_IMX25
-const struct imx_sdhci_esdhc_imx_data
-imx25_sdhci_esdhc_imx_data[] __initconst = {
-#define imx25_sdhci_esdhc_imx_data_entry(_id, _hwid) \
- imx_sdhci_esdhc_imx_data_entry(MX25, "sdhci-esdhc-imx25", _id, _hwid)
- imx25_sdhci_esdhc_imx_data_entry(0, 1),
- imx25_sdhci_esdhc_imx_data_entry(1, 2),
-};
-#endif /* ifdef CONFIG_SOC_IMX25 */
-
#ifdef CONFIG_SOC_IMX35
const struct imx_sdhci_esdhc_imx_data
imx35_sdhci_esdhc_imx_data[] __initconst = {