提交 498d83e7 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

mmc: remove use of __devinitdata

CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Cc: Chris Ball <cjb@laptop.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: linux-mmc@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c3be1efd
...@@ -1517,7 +1517,7 @@ static int __devexit mmc_spi_remove(struct spi_device *spi) ...@@ -1517,7 +1517,7 @@ static int __devexit mmc_spi_remove(struct spi_device *spi)
return 0; return 0;
} }
static struct of_device_id mmc_spi_of_match_table[] __devinitdata = { static struct of_device_id mmc_spi_of_match_table[] = {
{ .compatible = "mmc-spi-slot", }, { .compatible = "mmc-spi-slot", },
{}, {},
}; };
......
...@@ -129,7 +129,7 @@ static int __devexit sdhci_dove_remove(struct platform_device *pdev) ...@@ -129,7 +129,7 @@ static int __devexit sdhci_dove_remove(struct platform_device *pdev)
return 0; return 0;
} }
static const struct of_device_id sdhci_dove_of_match_table[] __devinitdata = { static const struct of_device_id sdhci_dove_of_match_table[] = {
{ .compatible = "marvell,dove-sdhci", }, { .compatible = "marvell,dove-sdhci", },
{} {}
}; };
......
...@@ -206,7 +206,7 @@ static struct sdhci_tegra_soc_data soc_data_tegra30 = { ...@@ -206,7 +206,7 @@ static struct sdhci_tegra_soc_data soc_data_tegra30 = {
}; };
#endif #endif
static const struct of_device_id sdhci_tegra_dt_match[] __devinitdata = { static const struct of_device_id sdhci_tegra_dt_match[] = {
#ifdef CONFIG_ARCH_TEGRA_3x_SOC #ifdef CONFIG_ARCH_TEGRA_3x_SOC
{ .compatible = "nvidia,tegra30-sdhci", .data = &soc_data_tegra30 }, { .compatible = "nvidia,tegra30-sdhci", .data = &soc_data_tegra30 },
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册