Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336913
b: refs/heads/master
c: 498d83e
h: refs/heads/master
i:
  336911: ffa9cc7
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent b85fbf1 commit 18c2e61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3be1efd41a97f93be390240387d356a07b664c7
refs/heads/master: 498d83e732809d9e9caaef700743c7bc1a7c1462
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mmc_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ static int __devexit mmc_spi_remove(struct spi_device *spi)
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", },
{},
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-dove.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static int __devexit sdhci_dove_remove(struct platform_device *pdev)
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", },
{}
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static struct sdhci_tegra_soc_data soc_data_tegra30 = {
};
#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
{ .compatible = "nvidia,tegra30-sdhci", .data = &soc_data_tegra30 },
#endif
Expand Down

0 comments on commit 18c2e61

Please sign in to comment.