diff options
-rw-r--r-- | drivers/mmc/host/mmc_spi.c | 2 | ||||
-rw-r--r-- | drivers/mmc/host/sdhci-dove.c | 2 | ||||
-rw-r--r-- | drivers/mmc/host/sdhci-tegra.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c index f7df7982ba11..1e2256b296e8 100644 --- a/drivers/mmc/host/mmc_spi.c +++ b/drivers/mmc/host/mmc_spi.c | |||
@@ -1517,7 +1517,7 @@ static int __devexit mmc_spi_remove(struct spi_device *spi) | |||
1517 | return 0; | 1517 | return 0; |
1518 | } | 1518 | } |
1519 | 1519 | ||
1520 | static struct of_device_id mmc_spi_of_match_table[] __devinitdata = { | 1520 | static struct of_device_id mmc_spi_of_match_table[] = { |
1521 | { .compatible = "mmc-spi-slot", }, | 1521 | { .compatible = "mmc-spi-slot", }, |
1522 | {}, | 1522 | {}, |
1523 | }; | 1523 | }; |
diff --git a/drivers/mmc/host/sdhci-dove.c b/drivers/mmc/host/sdhci-dove.c index 334ec5cd98a4..73c0eb8a091d 100644 --- a/drivers/mmc/host/sdhci-dove.c +++ b/drivers/mmc/host/sdhci-dove.c | |||
@@ -129,7 +129,7 @@ static int __devexit sdhci_dove_remove(struct platform_device *pdev) | |||
129 | return 0; | 129 | return 0; |
130 | } | 130 | } |
131 | 131 | ||
132 | static const struct of_device_id sdhci_dove_of_match_table[] __devinitdata = { | 132 | static const struct of_device_id sdhci_dove_of_match_table[] = { |
133 | { .compatible = "marvell,dove-sdhci", }, | 133 | { .compatible = "marvell,dove-sdhci", }, |
134 | {} | 134 | {} |
135 | }; | 135 | }; |
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 339c41e24d87..d3936d0e3360 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c | |||
@@ -206,7 +206,7 @@ static struct sdhci_tegra_soc_data soc_data_tegra30 = { | |||
206 | }; | 206 | }; |
207 | #endif | 207 | #endif |
208 | 208 | ||
209 | static const struct of_device_id sdhci_tegra_dt_match[] __devinitdata = { | 209 | static const struct of_device_id sdhci_tegra_dt_match[] = { |
210 | #ifdef CONFIG_ARCH_TEGRA_3x_SOC | 210 | #ifdef CONFIG_ARCH_TEGRA_3x_SOC |
211 | { .compatible = "nvidia,tegra30-sdhci", .data = &soc_data_tegra30 }, | 211 | { .compatible = "nvidia,tegra30-sdhci", .data = &soc_data_tegra30 }, |
212 | #endif | 212 | #endif |