diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:24:22 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 15:28:18 -0500 |
commit | 498d83e732809d9e9caaef700743c7bc1a7c1462 (patch) | |
tree | 91cd318e5e1aa8d548440a51df2e424a68d3be61 /drivers/mmc/host/sdhci-dove.c | |
parent | c3be1efd41a97f93be390240387d356a07b664c7 (diff) |
mmc: remove use of __devinitdata
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-dove.c')
-rw-r--r-- | drivers/mmc/host/sdhci-dove.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | }; |