]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
mmc: tegra: fix variable for MODULE_DEVICE_TABLE
authorShreshtha Sahu <ssahu@nvidia.com>
Tue, 29 Apr 2014 10:22:07 +0000 (15:52 +0530)
committerLaxman Dewangan <ldewangan@nvidia.com>
Wed, 7 May 2014 09:28:32 +0000 (02:28 -0700)
This patch fixes variable name for MODULE_DEVICE_TABLE
from sdhci_dt_ids to sdhci_tegra_dt_match.

Bug 1499809

Change-Id: I90cbe92d6ebc4f09904ab3ca6a134ec21c19147c
Signed-off-by: Shreshtha Sahu <ssahu@nvidia.com>
Reviewed-on: http://git-master/r/402917
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
drivers/mmc/host/sdhci-tegra.c

index c472b51415f659dbaab14dfb6b54d5f65902aba6..4cb96e0ed4839e6c07e863a87b1ecf9d3c590d77 100644 (file)
@@ -3963,7 +3963,7 @@ static const struct of_device_id sdhci_tegra_dt_match[] = {
        { .compatible = "nvidia,tegra114-sdhci", .data = &soc_data_tegra11 },
        {}
 };
-MODULE_DEVICE_TABLE(of, sdhci_dt_ids);
+MODULE_DEVICE_TABLE(of, sdhci_tegra_dt_match);
 
 static struct tegra_sdhci_platform_data *sdhci_tegra_dt_parse_pdata(
                                                struct platform_device *pdev)